[issue26404] socketserver context manager

Aviv Palivoda report at bugs.python.org
Mon Feb 29 09:17:57 EST 2016


Aviv Palivoda added the comment:

The examples did not close the server but I am not sure if that was a mistake. The server is not being closed only on examples where it is expected to run until there is a keyboard interrupt. However you can see that when you send keyboard interrupt to a server you start using python -m http.server you will do close the server.

----------

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


More information about the Python-bugs-list mailing list