STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> This bug may be based on same problem as Issue 6203.

Nope, both issues are different. Here you want that TextIOWrapper reads your 
current locale, and not your environment variables. Issue #6203 asks why 
LC_CTYPE is not C by default, but the user locale LC_CTYPE (read from LC_ALL or 
LC_CTYPE environment variables).

----------

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

Reply via email to