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 beardedp
Recipients amajorek, beardedp, giampaolo.rodola
Date 2011-03-16.01:43:34
SpamBayes Score 0.00070379936
Marked as misclassified No
Message-id <1300239815.07.0.484861527829.issue11453@psf.upfronthosting.co.za>
In-reply-to
Content
Adding a patch that adds an __exit__ function much like the one that socket.socket implements. Passes the test_asyncore & also doesn't raise a resource warning when I explicitly comment out some close() calls on file wrapper objects in the test.
History
Date User Action Args
2011-03-16 01:43:35beardedpsetrecipients: + beardedp, giampaolo.rodola, amajorek
2011-03-16 01:43:35beardedpsetmessageid: <1300239815.07.0.484861527829.issue11453@psf.upfronthosting.co.za>
2011-03-16 01:43:34beardedplinkissue11453 messages
2011-03-16 01:43:34beardedpcreate