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 r.david.murray
Recipients SilentGhost, jdufresne, r.david.murray
Date 2016-12-04.22:29:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480890593.22.0.160249198908.issue28867@psf.upfronthosting.co.za>
In-reply-to
Content
__del__ is a destructor.  If the file is open when it is called, it should emit a ResourceWarning.
History
Date User Action Args
2016-12-04 22:29:53r.david.murraysetrecipients: + r.david.murray, SilentGhost, jdufresne
2016-12-04 22:29:53r.david.murraysetmessageid: <1480890593.22.0.160249198908.issue28867@psf.upfronthosting.co.za>
2016-12-04 22:29:53r.david.murraylinkissue28867 messages
2016-12-04 22:29:53r.david.murraycreate