diff options
author | Jeffrey Yasskin <jyasskin@gmail.com> | 2008-03-07 06:22:15 (GMT) |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@gmail.com> | 2008-03-07 06:22:15 (GMT) |
commit | e75f59a578a4538451c1d96610a6d183ba8f2e81 (patch) | |
tree | e74de23c91360e3f8c57df1b77616e1e5b361f85 /Misc | |
parent | 38fb9bee6c25f4d6742ddef94405f7bd2ca65ba3 (diff) | |
download | cpython-e75f59a578a4538451c1d96610a6d183ba8f2e81.zip cpython-e75f59a578a4538451c1d96610a6d183ba8f2e81.tar.gz cpython-e75f59a578a4538451c1d96610a6d183ba8f2e81.tar.bz2 |
Progress on issue #1193577 by adding a polling .shutdown() method to
SocketServers. The core of the patch was written by Pedro Werneck, but any bugs
are mine. I've also rearranged the code for timeouts in order to avoid
interfering with the shutdown poll.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and builtins Library ------- +- Issue #1193577: A .shutdown() method has been added to SocketServers + which terminates the .serve_forever() loop. + - Bug #2220: handle rlcompleter attribute match failure more gracefully. - Issue #2225: py_compile, when executed as a script, now returns a non- |