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, gmwils, petri.lehtinen
Date 2013-02-24.22:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361744345.44.0.775703254238.issue15305@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think support.temp_cwd() should be changed for this issue (or needs to be).  Also, changing it in the proposed way could mask errors in the test suite since tests were written against the current behavior.

regrtest.py and __main__.py should both behave the same with respect to creating the temp dir, etc. since both invocations should work from the command-line:

http://hg.python.org/cpython/file/96f08a22f562/Lib/test/regrtest.py#l9
History
Date User Action Args
2013-02-24 22:19:05chris.jerdoneksetrecipients: + chris.jerdonek, petri.lehtinen, gmwils
2013-02-24 22:19:05chris.jerdoneksetmessageid: <1361744345.44.0.775703254238.issue15305@psf.upfronthosting.co.za>
2013-02-24 22:19:05chris.jerdoneklinkissue15305 messages
2013-02-24 22:19:05chris.jerdonekcreate