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 r.david.murray
Recipients r.david.murray
Date 2010-12-16.19:16:49
SpamBayes Score 6.388584e-11
Marked as misclassified No
Message-id <1292527013.22.0.425592227714.issue10719@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r87324.  I've also added a test for the behaviour when no arguments are given, since that wasn't tested before, and removed the sys.path fiddling since it has no effect on subprocess runs.  Oh, and fixed a bug in one of the other tests.

I did not back port this to 2.7.  The tests aren't there, and the risk of breakage seems higher than the benefit of this non-semantic change, for a point release.
History
Date User Action Args
2010-12-16 19:16:53r.david.murraysetrecipients: + r.david.murray
2010-12-16 19:16:53r.david.murraysetmessageid: <1292527013.22.0.425592227714.issue10719@psf.upfronthosting.co.za>
2010-12-16 19:16:49r.david.murraylinkissue10719 messages
2010-12-16 19:16:49r.david.murraycreate