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 giampaolo.rodola
Recipients giampaolo.rodola
Date 2013-04-09.13:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365513370.53.0.242693872141.issue17675@psf.upfronthosting.co.za>
In-reply-to
Content
This is useful, for example, when running tests as "python3 -Wa" and you bump into:

ResourceWarning: unclosed <socket object, fd=8, family=2, type=2, proto=0>

With this we'd get:

<socket.socket fd=8, family=2, type=2, proto=0, laddr=('192.168.1.2', 37537), raddr=('173.194.35.6', 80)>

If desirable, I will add some tests.
History
Date User Action Args
2013-04-09 13:16:10giampaolo.rodolasetrecipients: + giampaolo.rodola
2013-04-09 13:16:10giampaolo.rodolasetmessageid: <1365513370.53.0.242693872141.issue17675@psf.upfronthosting.co.za>
2013-04-09 13:16:10giampaolo.rodolalinkissue17675 messages
2013-04-09 13:16:10giampaolo.rodolacreate