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 martin.panter
Recipients JoshN, docs@python, josh.r, martin.panter, pitrou
Date 2016-04-06.22:15:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459980924.87.0.555219016932.issue26703@psf.upfronthosting.co.za>
In-reply-to
Content
Also, if you enable warnings (e.g. python -Wall), you should see that the socket is being closed:

-c:22: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 8080)>
History
Date User Action Args
2016-04-06 22:15:24martin.pantersetrecipients: + martin.panter, pitrou, docs@python, josh.r, JoshN
2016-04-06 22:15:24martin.pantersetmessageid: <1459980924.87.0.555219016932.issue26703@psf.upfronthosting.co.za>
2016-04-06 22:15:24martin.panterlinkissue26703 messages
2016-04-06 22:15:24martin.pantercreate