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 ncoghlan
Recipients ezio.melotti, georg.brandl, giampaolo.rodola, nascheme, ncoghlan, pitrou
Date 2010-10-24.11:23:55
SpamBayes Score 0.00015963455
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Committed (with enhanced tests and a few fixes) in r85818

And credit where it's due to test___all__ for picking up a typo in my adjustment to tempfile.__all__ :)

I created issue #10188 to track the shutdown problem. I'm considering taking out the code that attempts to allow the __del__ method to work at shutdown though, since it isn't actually achieving anything (I wanted a record of it in the main repository, which is why I kept it for the initial checkin).
History
Date User Action Args
2010-10-24 11:23:57ncoghlansetrecipients: + ncoghlan, nascheme, georg.brandl, pitrou, giampaolo.rodola, ezio.melotti
2010-10-24 11:23:57ncoghlansetmessageid: <[email protected]>
2010-10-24 11:23:56ncoghlanlinkissue5178 messages
2010-10-24 11:23:55ncoghlancreate