Anthony Sottile added the comment:

To clarify further, the echo.exe on my path reacts correctly:

```
Anthony@AnthonysDesktop MINGW64 ~/Desktop/git/pre-commit 
(allow_curly_braces_in_args)
$ /usr/bin/echo hi{1}
hi{1}
Anthony@AnthonysDesktop MINGW64 ~/Desktop/git/pre-commit 
(allow_curly_braces_in_args)
$ 'C:\Users\Anthony\AppData\Local\Programs\Git\usr\bin\echo.exe' hi{1}
hi{1}

```

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25815>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to