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 sdaoden
Recipients eric.araujo, sdaoden
Date 2011-03-11.11:54:50
SpamBayes Score 0.007288605
Marked as misclassified No
Message-id <1299844492.32.0.259676792362.issue11466@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which cures the following 

ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w+'
encoding='UTF-8'>

(This only fixes the bug, not the rest of this code...)
I did not try it out, but according to some hg cat's this also
applies to at least v3.2.
History
Date User Action Args
2011-03-11 11:54:52sdaodensetrecipients: + sdaoden, eric.araujo
2011-03-11 11:54:52sdaodensetmessageid: <1299844492.32.0.259676792362.issue11466@psf.upfronthosting.co.za>
2011-03-11 11:54:51sdaodenlinkissue11466 messages
2011-03-11 11:54:51sdaodencreate