~ubuntu-branches/ubuntu/natty/python2.6/natty-security

« back to all changes in this revision

Viewing changes to Python/sysmodule.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-20 03:57:17 UTC
  • mfrom: (1.1.8 upstream) (10.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20100320035717-xg6wzg0snk0o3jf2
Tags: 2.6.5-1ubuntu1
Merge with Debian (2.6.5-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1103
1103
 
1104
1104
/* Subversion branch and revision management */
1105
1105
static const char _patchlevel_revision[] = PY_PATCHLEVEL_REVISION;
1106
 
static const char headurl[] = "$HeadURL: http://svn.python.org/projects/python/tags/r265rc2/Python/sysmodule.c $";
 
1106
static const char headurl[] = "$HeadURL: http://svn.python.org/projects/python/tags/r265/Python/sysmodule.c $";
1107
1107
static int svn_initialized;
1108
1108
static char patchlevel_revision[50]; /* Just the number */
1109
1109
static char branch[50];