summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@gmail.com>2008-03-07 06:22:15 (GMT)
committerJeffrey Yasskin <jyasskin@gmail.com>2008-03-07 06:22:15 (GMT)
commite75f59a578a4538451c1d96610a6d183ba8f2e81 (patch)
treee74de23c91360e3f8c57df1b77616e1e5b361f85 /Misc
parent38fb9bee6c25f4d6742ddef94405f7bd2ca65ba3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e059b3..e3a3cb2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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-