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 ezio.melotti
Recipients brian.curtin, ezio.melotti, flox, pitrou
Date 2010-02-08.16:20:08
SpamBayes Score 3.2977492e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Final version of the patch, with the temp_cwd context manager added to test_support and used in test_regrtest to run the test suite in a temporary directory. It also includes a fix for test_subprocess that was failing when the tests are not run in the original cwd.
History
Date User Action Args
2010-02-08 16:20:12ezio.melottisetrecipients: + ezio.melotti, pitrou, brian.curtin, flox
2010-02-08 16:20:12ezio.melottisetmessageid: <[email protected]>
2010-02-08 16:20:10ezio.melottilinkissue7712 messages
2010-02-08 16:20:10ezio.melotticreate