summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2004-06-30 09:06:29 (GMT)
committerMichael W. Hudson <mwh@python.net>2004-06-30 09:06:29 (GMT)
commitc30ba849cf40216a7bd72ff99764f0e19f0ad3cd (patch)
tree6b822ee25c93628f4f469c93482018ef9d697bab /Misc
parentd5cf14348269f1faf06322a8c159cc50e98e736b (diff)
downloadcpython-c30ba849cf40216a7bd72ff99764f0e19f0ad3cd.zip
cpython-c30ba849cf40216a7bd72ff99764f0e19f0ad3cd.tar.gz
cpython-c30ba849cf40216a7bd72ff99764f0e19f0ad3cd.tar.bz2
restore NEWS entry for 957240
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bfdb27..1ba32e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -377,6 +377,9 @@ Library
- The distutils install command now supports the --home option and
installation scheme for all platforms.
+- asyncore.loop now has a repeat count parameter that defaults to
+ looping forever..
+
- 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.