[issue1559298] test_popen fails on Windows if installed to "Program Files"

Brian Curtin report at bugs.python.org
Thu Jan 14 23:12:05 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

Here is a py3k version of the previous patch. os.popen is implemented using subprocess.Popen, so the quoting change was made there.

----------
Added file: http://bugs.python.org/file15886/issue1559298_py3k.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1559298>
_______________________________________


More information about the Python-bugs-list mailing list