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 brian.curtin, dabrahams, eric.araujo, eric.smith, jaraco, ncoghlan, pitrou, r.david.murray, tim.golden
Date 2012-04-10.12:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334060986.85.0.216475501797.issue14243@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, I still think it would be nicer just to have the context manager work as expected with delete=True (ie: doesn't delete until the end of the context manager, whether the file is closed or not).  I'm OK with being voted down on that, though.
History
Date User Action Args
2012-04-10 12:29:46r.david.murraysetrecipients: + r.david.murray, jaraco, ncoghlan, pitrou, eric.smith, tim.golden, eric.araujo, brian.curtin, dabrahams
2012-04-10 12:29:46r.david.murraysetmessageid: <1334060986.85.0.216475501797.issue14243@psf.upfronthosting.co.za>
2012-04-10 12:29:46r.david.murraylinkissue14243 messages
2012-04-10 12:29:46r.david.murraycreate