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 Terry Garyet, r.david.murray
Date 2015-11-13.19:42:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447443768.22.0.817216126735.issue25619@psf.upfronthosting.co.za>
In-reply-to
Content
Best practice, by the way, is to be explicit about the scope of any resource and clean it up before program end...this is often done by using the context manager protocol.
History
Date User Action Args
2015-11-13 19:42:48r.david.murraysetrecipients: + r.david.murray, Terry Garyet
2015-11-13 19:42:48r.david.murraysetmessageid: <1447443768.22.0.817216126735.issue25619@psf.upfronthosting.co.za>
2015-11-13 19:42:48r.david.murraylinkissue25619 messages
2015-11-13 19:42:48r.david.murraycreate