Zachary Ware <zachary.w...@gmail.com> added the comment:

This is Windows behavior, not Python; ^ is an escape character in cmd.exe.  Try 
for example `echo test ^| python -c "print('hello world')"` with and without 
the ^ character.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to