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 ezio.melotti
Recipients ezio.melotti, yak
Date 2012-01-18.10:57:58
SpamBayes Score 0.048963238
Marked as misclassified No
Message-id <1326884279.69.0.860432347652.issue13814@psf.upfronthosting.co.za>
In-reply-to
Content
If you want to call .close() automatically on something you can use contextlib.closing(): http://docs.python.org/library/contextlib.html#contextlib.closing
History
Date User Action Args
2012-01-18 10:57:59ezio.melottisetrecipients: + ezio.melotti, yak
2012-01-18 10:57:59ezio.melottisetmessageid: <1326884279.69.0.860432347652.issue13814@psf.upfronthosting.co.za>
2012-01-18 10:57:59ezio.melottilinkissue13814 messages
2012-01-18 10:57:59ezio.melotticreate