[Python-checkins] r69285 - python/trunk/Lib/distutils/__init__.py

tarek.ziade python-checkins at python.org
Thu Feb 5 10:06:23 CET 2009


Author: tarek.ziade
Date: Thu Feb  5 10:06:23 2009
New Revision: 69285

Log:
Fix comment for #1835

Modified:
   python/trunk/Lib/distutils/__init__.py

Modified: python/trunk/Lib/distutils/__init__.py
==============================================================================
--- python/trunk/Lib/distutils/__init__.py	(original)
+++ python/trunk/Lib/distutils/__init__.py	Thu Feb  5 10:06:23 2009
@@ -12,13 +12,8 @@
 
 # Distutils version
 #
-# Please coordinate with Marc-Andre Lemburg <mal at 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--


More information about the Python-checkins mailing list