]> granicus.if.org Git - python/commitdiff
Fix comment for #1835
authorTarek Ziadé <ziade.tarek@gmail.com>
Thu, 5 Feb 2009 09:06:23 +0000 (09:06 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Thu, 5 Feb 2009 09:06:23 +0000 (09:06 +0000)
Lib/distutils/__init__.py

index 57fcf97602af231aff856c267dcec3dd11205c4d..e418214c481cc105e2c040ff51157e173bad40fb 100644 (file)
@@ -12,13 +12,8 @@ __revision__ = "$Id$"
 
 # Distutils version
 #
-# Please coordinate with Marc-Andre Lemburg <mal@egenix.com> 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--