[issue25815] Improper subprocess output of arguments with braces in them on windows

Eryk Sun report at bugs.python.org
Sun Dec 6 23:54:54 EST 2015


Eryk Sun added the comment:

AFAICT, there's no place where subprocess.Popen would be responsible for removing braces from the output. I think it's something unusual with the "echo.exe" program. In the cmd.exe shell -- i.e. no msys, bash, etc -- what do you get for the following?

    C:\Users\Anthony\AppData\Local\Programs\Git\usr\bin\echo.exe hi{1}

----------

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


More information about the Python-bugs-list mailing list