[New-bugs-announce] [issue19066] os.execv fails with spaced names on Windows

anatoly techtonik report at bugs.python.org
Sun Sep 22 04:21:28 CEST 2013


New submission from anatoly techtonik:

If file to be executed with os.execv on Windows is located in directory with spaces, Python fails. This doesn't fail on Linux. To test, run:

  testexecv.py spaced

testexecv.py is attached.

----------
components: Library (Lib), Windows
files: testexecv.py
messages: 198242
nosy: techtonik
priority: normal
severity: normal
status: open
title: os.execv fails with spaced names on  Windows
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file31837/testexecv.py

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


More information about the New-bugs-announce mailing list