SilentGhost added the comment: 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.
---------- keywords: +patch nosy: +SilentGhost Added file: http://bugs.python.org/file41044/issue25627.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25627> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com