Message 194227 - Python tracker

Message194227

Author ned.deily
Recipients chris.jerdonek, doko, ned.deily, python-dev
Date 2013-08-03.01:15:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375492519.24.0.438036362866.issue17046@psf.upfronthosting.co.za>
In-reply-to
Content
test_executable_without_cwd was broken by the test enhancements added for Issue15533.  This particular test case is skipped unless the tests are being run from an installed Python rather than from a build directory, the more typical case.  The applied patch (for release in 3.3.3 and 3.4.0) fixes the problem.
History
Date User Action Args
2013-08-03 01:15:19ned.deilysetrecipients: + ned.deily, doko, chris.jerdonek, python-dev
2013-08-03 01:15:19ned.deilysetmessageid: <1375492519.24.0.438036362866.issue17046@psf.upfronthosting.co.za>
2013-08-03 01:15:19ned.deilylinkissue17046 messages
2013-08-03 01:15:18ned.deilycreate