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 chris.jerdonek, ncoghlan
Date 2012-07-17.10:50:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342522204.56.0.793606017775.issue15376@psf.upfronthosting.co.za>
In-reply-to
Content
One trap to watch out for: it's best to call os.path.realpath() on any temporary directories created, since the interpreter tends to do that internally.

I'd previously dealt with this in script_helper.temp_dir, but it came up again when I tightened up the runpy.run_module tests to actually check that __file__ ended up with the expected value.
History
Date User Action Args
2012-07-17 10:50:04ncoghlansetrecipients: + ncoghlan, chris.jerdonek
2012-07-17 10:50:04ncoghlansetmessageid: <1342522204.56.0.793606017775.issue15376@psf.upfronthosting.co.za>
2012-07-17 10:50:04ncoghlanlinkissue15376 messages
2012-07-17 10:50:03ncoghlancreate