From: Tarek Ziadé Date: Thu, 5 Feb 2009 09:06:23 +0000 (+0000) Subject: Fix comment for #1835 X-Git-Tag: v2.7a1~2123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a69f0c102fec17cd928d2a3d2a97d831aaa9ce;p=thirdparty%2FPython%2Fcpython.git Fix comment for #1835 --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 57fcf97602af..e418214c481c 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -12,13 +12,8 @@ __revision__ = "$Id$" # Distutils version # -# Please coordinate with Marc-Andre Lemburg when adding -# new features to distutils that would warrant bumping the version number. +# Updated automatically by the Python release process. # -# In general, major and minor version should loosely follow the Python -# version number the distutils code was shipped with. -# - #--start constants-- __version__ = "2.6" #--end constants--