diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-05 09:06:23 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-05 09:06:23 (GMT) |
commit | 97a69f0c102fec17cd928d2a3d2a97d831aaa9ce (patch) | |
tree | 965c369933af1478c6fa1c86c3df0d59d1fdd5e2 /Lib/distutils/__init__.py | |
parent | aff711d32a887ac57d70f1df7c2408f358178d97 (diff) | |
download | cpython-97a69f0c102fec17cd928d2a3d2a97d831aaa9ce.zip cpython-97a69f0c102fec17cd928d2a3d2a97d831aaa9ce.tar.gz cpython-97a69f0c102fec17cd928d2a3d2a97d831aaa9ce.tar.bz2 |
Fix comment for #1835
Diffstat (limited to 'Lib/distutils/__init__.py')
-rw-r--r-- | Lib/distutils/__init__.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 57fcf97..e418214 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 <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-- |