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 anton.barkovsky
Recipients anton.barkovsky, r.david.murray
Date 2012-07-25.13:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343223485.35.0.74965952419.issue15447@psf.upfronthosting.co.za>
In-reply-to
Content
The warning is printed by the file object when it closes itself in __del__:

  ResourceWarning: unclosed file <_io.TextIOWrapper name='/dev/null' mode='r+' encoding='UTF-8'>

There isn't much to test, or is there?
History
Date User Action Args
2012-07-25 13:38:05anton.barkovskysetrecipients: + anton.barkovsky, r.david.murray
2012-07-25 13:38:05anton.barkovskysetmessageid: <1343223485.35.0.74965952419.issue15447@psf.upfronthosting.co.za>
2012-07-25 13:38:04anton.barkovskylinkissue15447 messages
2012-07-25 13:38:04anton.barkovskycreate