diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-06-14 04:58:42 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-06-14 04:58:42 (GMT) |
commit | ad21945d03bd792a6a93e1dbd2addd6b7b63dbee (patch) | |
tree | d320a05186c86bcef7ec02416739caacb1b58fe8 /Misc | |
parent | 148a63f1fc271a1abe0cd06dd3fac0bb57131b73 (diff) | |
download | cpython-ad21945d03bd792a6a93e1dbd2addd6b7b63dbee.zip cpython-ad21945d03bd792a6a93e1dbd2addd6b7b63dbee.tar.gz cpython-ad21945d03bd792a6a93e1dbd2addd6b7b63dbee.tar.bz2 |
Back out #957240.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -349,8 +349,6 @@ Library - refactored site.py into functions. Also wrote regression tests for the module. -- asyncore.loop now has repeat count parameter that defaults to infinity. - - The distutils sdist command now ignores all .svn directories, in addition to CVS and RCS directories. .svn directories hold administrative files for the Subversion source control system. |