]> granicus.if.org Git - python/commitdiff
Merged revisions 69285 via svnmerge from
authorTarek Ziadé <ziade.tarek@gmail.com>
Thu, 5 Feb 2009 09:08:59 +0000 (09:08 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Thu, 5 Feb 2009 09:08:59 +0000 (09:08 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69285 | tarek.ziade | 2009-02-05 10:06:23 +0100 (Thu, 05 Feb 2009) | 1 line

  Fix comment for #1835
........

Lib/distutils/__init__.py

index 34fc008a58ac4bd971e2d08a6b04e1dd3fb30b8a..1cf8a6ea56b815d9c650457373c9eec9eb1a7890 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__ = "3.1a0"
 #--end constants--