[issue15595] subprocess.Popen(universal_newlines=True) does not work for certain locales

Chris Jerdonek report at bugs.python.org
Thu Aug 9 02:24:43 CEST 2012


Chris Jerdonek added the comment:

Thanks for your comments.  

> FYI it's not directly Popen() which uses the locale encoding, but TextIOWrapper.

Yes, I will note that to be more clear.  Would you like me to add tests for UTF-16-LE, etc. (via a helper test method), or will UTF-16 alone suffice?

----------

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


More information about the Python-bugs-list mailing list