This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients berker.peksag, desbma, docs@python, martin.panter, yselivanov
Date 2016-02-16.16:03:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455638592.78.0.80397652742.issue24911@psf.upfronthosting.co.za>
In-reply-to
Content
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()
      ...
History
Date User Action Args
2016-02-16 16:03:12yselivanovsetrecipients: + yselivanov, docs@python, berker.peksag, martin.panter, desbma
2016-02-16 16:03:12yselivanovsetmessageid: <1455638592.78.0.80397652742.issue24911@psf.upfronthosting.co.za>
2016-02-16 16:03:12yselivanovlinkissue24911 messages
2016-02-16 16:03:12yselivanovcreate