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 chris.jerdonek
Recipients chris.jerdonek, ncoghlan
Date 2012-07-20.11:19:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342783150.47.0.585523791636.issue15376@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to address this issue in parts to make it easier to review and see what is going on.

The first patch I'm uploading shortly here: issue 15403.  That issue I created to address just the "file creation" part of the code.

The approach I'm taking is to keep the file creation code decoupled from the temp directory, sys.path, and import code.  My plan is to address the latter in separate patches by creating or modifying existing test support context managers, as necessary.
History
Date User Action Args
2012-07-20 11:19:10chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan
2012-07-20 11:19:10chris.jerdoneksetmessageid: <1342783150.47.0.585523791636.issue15376@psf.upfronthosting.co.za>
2012-07-20 11:19:09chris.jerdoneklinkissue15376 messages
2012-07-20 11:19:09chris.jerdonekcreate