]> granicus.if.org Git - python/commit
Issue #23254: Document how to close the TCPServer listening socket.
authorRobert Collins <rbtcollins@hp.com>
Wed, 29 Jul 2015 00:48:42 +0000 (12:48 +1200)
committerRobert Collins <rbtcollins@hp.com>
Wed, 29 Jul 2015 00:48:42 +0000 (12:48 +1200)
commit2f2c829688a42828d2be85118d26ea5bb41266eb
tree4d4183de9fa4787d1670f2fa229d2929ead91926
parent62a23383dd5ce467a722ccdb4a306287c62005f9
Issue #23254: Document how to close the TCPServer listening socket.

Patch from Martin Panter.
Doc/library/socketserver.rst
Lib/test/test_socketserver.py
Misc/NEWS