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, ssbarnea
Date 2010-08-27.13:17:54
SpamBayes Score 0.0015431298
Marked as misclassified No
Message-id <1282915077.29.0.79699513867.issue9699@psf.upfronthosting.co.za>
In-reply-to
Content
Python does not call _popen, though it does call cmd.exe (through CreateProcess) when shell=True in subprocess.  Can you provide an example that shows this error occurring?
History
Date User Action Args
2010-08-27 13:17:57r.david.murraysetrecipients: + r.david.murray, ssbarnea
2010-08-27 13:17:57r.david.murraysetmessageid: <1282915077.29.0.79699513867.issue9699@psf.upfronthosting.co.za>
2010-08-27 13:17:55r.david.murraylinkissue9699 messages
2010-08-27 13:17:54r.david.murraycreate