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 eric.araujo
Recipients benjamin.peterson, eric.araujo, flashk, ggenellina
Date 2010-07-09.16:44:05
SpamBayes Score 0.006836024
Marked as misclassified No
Message-id <1278693847.43.0.374651403326.issue7268@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure if this merits a new bug report: The conversion currently promotes the open().read() anti-pattern, which is not guaranteed to release file handles as soon as possible in all VMs. Using a with block would fix that.
History
Date User Action Args
2010-07-09 16:44:07eric.araujosetrecipients: + eric.araujo, ggenellina, benjamin.peterson, flashk
2010-07-09 16:44:07eric.araujosetmessageid: <1278693847.43.0.374651403326.issue7268@psf.upfronthosting.co.za>
2010-07-09 16:44:06eric.araujolinkissue7268 messages
2010-07-09 16:44:05eric.araujocreate