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 Nathaniel Manista
Recipients Nathaniel Manista, docs@python
Date 2017-10-09.19:27:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507577278.77.0.213398074469.issue31739@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3.7/library/socket.html#socket.socket.close says "it is recommended to close() [sockets] explicitly, or to use a with statement around them", but in the example code on the same page at https://docs.python.org/3.7/library/socket.html#example correct use of the .close() method seems to be missing.
History
Date User Action Args
2017-10-09 19:27:58Nathaniel Manistasetrecipients: + Nathaniel Manista, docs@python
2017-10-09 19:27:58Nathaniel Manistasetmessageid: <1507577278.77.0.213398074469.issue31739@psf.upfronthosting.co.za>
2017-10-09 19:27:58Nathaniel Manistalinkissue31739 messages
2017-10-09 19:27:58Nathaniel Manistacreate