summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-06-14 04:58:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-06-14 04:58:42 (GMT)
commitad21945d03bd792a6a93e1dbd2addd6b7b63dbee (patch)
treed320a05186c86bcef7ec02416739caacb1b58fe8 /Misc
parent148a63f1fc271a1abe0cd06dd3fac0bb57131b73 (diff)
downloadcpython-ad21945d03bd792a6a93e1dbd2addd6b7b63dbee.zip
cpython-ad21945d03bd792a6a93e1dbd2addd6b7b63dbee.tar.gz
cpython-ad21945d03bd792a6a93e1dbd2addd6b7b63dbee.tar.bz2
Back out #957240.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bf808b5..20a1042 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.