[issue13619] Add a new codec: "locale", the current locale encoding

STINNER Victor report at bugs.python.org
Wed Feb 8 00:38:35 CET 2012


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> + encoding = locale.getpreferredencoding()
> It should be locale.getpreferredencoding(False).

Fixed in patch version 3.

----------
Added file: http://bugs.python.org/file24446/locale_encoding-3.patch

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


More information about the Python-bugs-list mailing list