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 terry.reedy
Recipients BreamoreBoy, ThurnerRupert, eric.smith, laurent.birtz, ncoghlan, r.david.murray, terry.reedy, tim.golden
Date 2013-11-14.01:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384392033.5.0.373977235528.issue6208@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess has a 'shell=True' option, although its use is discouraged unless really necessary. To pursue this, I suggest running the test suite on Windows (including xp) with os.sep changed.
History
Date User Action Args
2013-11-14 01:20:34terry.reedysetrecipients: + terry.reedy, ncoghlan, eric.smith, tim.golden, ThurnerRupert, r.david.murray, BreamoreBoy, laurent.birtz
2013-11-14 01:20:33terry.reedysetmessageid: <1384392033.5.0.373977235528.issue6208@psf.upfronthosting.co.za>
2013-11-14 01:20:33terry.reedylinkissue6208 messages
2013-11-14 01:20:32terry.reedycreate