Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84753de

Browse files
author
Tarek Ziadé
committed
Merged revisions 69285 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r69285 | tarek.ziade | 2009-02-05 10:06:23 +0100 (Thu, 05 Feb 2009) | 1 line Fix comment for #1835 ........
1 parent 64a3a65 commit 84753de

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Lib/distutils/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@
1212

1313
# Distutils version
1414
#
15-
# Please coordinate with Marc-Andre Lemburg <[email protected]> when adding
16-
# new features to distutils that would warrant bumping the version number.
15+
# Updated automatically by the Python release process.
1716
#
18-
# In general, major and minor version should loosely follow the Python
19-
# version number the distutils code was shipped with.
20-
#
21-
2217
#--start constants--
2318
__version__ = "3.1a0"
2419
#--end constants--

0 commit comments

Comments
 (0)