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

> upon program startup, init LibC environment: setlocale(LC_ALL, "");

Python 3 does something like that: Py_InitializeEx() calls setlocale(LC_CTYPE, 
""). But I (and others) consider that as a bug (see #6203 discussion): Python 
should not do that (nor any library) implicitly, but a *program* can do that 
(once) at startup (explicitly).

----------

_______________________________________
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