[docs] [issue23254] Document how to close the TCPServer listening socket

Martin Panter report at bugs.python.org
Sat Jan 31 13:26:07 CET 2015


Martin Panter added the comment:

Here is a simple patch to add server_close() to the documentation, and a simple test to ensure it closes the socket.

----------
keywords: +patch
versions: +Python 3.4, Python 3.5
Added file: http://bugs.python.org/file37940/server_close.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23254>
_______________________________________


More information about the docs mailing list