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 larry
Recipients bhou, larry, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-09-07.04:26:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441599988.67.0.879768943968.issue25005@psf.upfronthosting.co.za>
In-reply-to
Content
So, whatever the security hole is that subprocess.call(shell=True) leaves open, os.startfile() doesn't have?  os.startfile() doesn't use a shell?  (How does it find the full path to the executable?)
History
Date User Action Args
2015-09-07 04:26:28larrysetrecipients: + larry, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower, bhou
2015-09-07 04:26:28larrysetmessageid: <1441599988.67.0.879768943968.issue25005@psf.upfronthosting.co.za>
2015-09-07 04:26:28larrylinkissue25005 messages
2015-09-07 04:26:28larrycreate