Martin v. Löwis <[email protected]> added the comment: > An clean alternative would be adding LC_* variable parsing code to > Python to avoid the setlocale() call altogether.
That would be highly non-portable, and repeat the mistakes of getdefaultlocale. ---------- title: 3.x locale does not default to C, contrary to the documentation and to 2.x behavior -> 3.x locale does not default to C, contrary to the documentation and to 2.x behavior _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6203> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
