From: Michael W. Hudson Date: Wed, 30 Jun 2004 09:06:29 +0000 (+0000) Subject: restore NEWS entry for 957240 X-Git-Tag: v2.4a1~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c30ba849cf40216a7bd72ff99764f0e19f0ad3cd;p=thirdparty%2FPython%2Fcpython.git restore NEWS entry for 957240 --- diff --git a/Misc/NEWS b/Misc/NEWS index 5bfdb2727c29..1ba32e2233e8 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.