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 SilentGhost
Recipients SilentGhost, TheRegRunner, dstufft, eric.araujo
Date 2015-11-14.22:04:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447538658.99.0.123320673574.issue25627@psf.upfronthosting.co.za>
In-reply-to
Content
This also seem to affect python 3, there os.popen implemented using subprocess.Popen, but that one is called with shell=True. So basically the string that's passed to os.popen should be quoted. The attached patch seem to be sufficient when applied on the default branch.
History
Date User Action Args
2015-11-14 22:04:19SilentGhostsetrecipients: + SilentGhost, eric.araujo, dstufft, TheRegRunner
2015-11-14 22:04:18SilentGhostsetmessageid: <1447538658.99.0.123320673574.issue25627@psf.upfronthosting.co.za>
2015-11-14 22:04:18SilentGhostlinkissue25627 messages
2015-11-14 22:04:18SilentGhostcreate