diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-06-03 09:18:35 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-06-03 09:18:35 (GMT) |
commit | eac324b90bc76c5c8e305d567c40d53e3440593e (patch) | |
tree | 3f079f90a27f1d0b396523bdcf1fb7591c1b693e /Misc | |
parent | 3e501dcfc76d948ef5cdee5815ab6ba09fa109a7 (diff) | |
download | cpython-eac324b90bc76c5c8e305d567c40d53e3440593e.zip cpython-eac324b90bc76c5c8e305d567c40d53e3440593e.tar.gz cpython-eac324b90bc76c5c8e305d567c40d53e3440593e.tar.bz2 |
Patch #957240: Add count parameter to asyncore.loop.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -319,6 +319,8 @@ Extension modules 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. |