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 nascheme
Recipients nascheme, ncoghlan
Date 2009-02-14.06:39:37
SpamBayes Score 1.6806873e-06
Marked as misclassified No
Message-id <1234593589.71.0.0684767992096.issue5178@psf.upfronthosting.co.za>
In-reply-to
Content
New version of the patch.  Added a __del__ method that hopefully works
reliably.  Added NEWS and an example of TemporaryFile as a context
manager.  I did not change more tests to use TemporaryDirectory since I
understand hit-and-run modernization of code is generally discouraged. 
That said, I think there are some tests that could have their
reliability improved by using TemporaryDirectory (I started on this
patch when I saw some build bot failures).  I'll look into that later.
History
Date User Action Args
2009-02-14 06:39:49naschemesetrecipients: + nascheme, ncoghlan
2009-02-14 06:39:49naschemesetmessageid: <1234593589.71.0.0684767992096.issue5178@psf.upfronthosting.co.za>
2009-02-14 06:39:47naschemelinkissue5178 messages
2009-02-14 06:39:47naschemecreate