Dainis Jonitis added the comment:

Presumably Unicode streams would also fix file redirects. Currently, if you 
want to redirect stdout output to file it throws. For example PowerShell:
 C:\Python34\python.exe .\test.py | out-file -Encoding utf8 -FilePath 'test.txt'

----------

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

Reply via email to