Yury Selivanov added the comment:
The patch looks good. It would also be cool if you can add a short code
snippet somewhere:
sock = socket.socket()
with sock:
sock.bind(('127.0.0.1', 8080))
sock.listen()
...
----------
nosy: +yselivanov
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue24911>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com