]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Progress on issue #1193577 by adding a polling .shutdown() method to
authorJeffrey Yasskin <jyasskin@gmail.com>
Fri, 7 Mar 2008 06:22:15 +0000 (06:22 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Fri, 7 Mar 2008 06:22:15 +0000 (06:22 +0000)
commite75f59a578a4538451c1d96610a6d183ba8f2e81
treee74de23c91360e3f8c57df1b77616e1e5b361f85
parent38fb9bee6c25f4d6742ddef94405f7bd2ca65ba3
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.
Doc/library/socketserver.rst
Lib/SocketServer.py
Lib/test/test_socketserver.py
Misc/NEWS