commit | eac324b90bc76c5c8e305d567c40d53e3440593e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jun 03 09:18:35 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jun 03 09:18:35 2004 +0000 |
tree | 3f079f90a27f1d0b396523bdcf1fb7591c1b693e | |
parent | 3e501dcfc76d948ef5cdee5815ab6ba09fa109a7 [diff] [blame] |
Patch #957240: Add count parameter to asyncore.loop.
diff --git a/Misc/NEWS b/Misc/NEWS index 86c8586..b8ebccc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -319,6 +319,8 @@ Library ------- +- 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.