[issue13560] Add PyUnicode_DecodeLocale and PyUnicode_DecodeLocaleAndSize

STINNER Victor report at bugs.python.org
Fri Dec 9 20:26:31 CET 2011


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

I fixed issue #5905 (strptime fails in non-UTF locale). The fix is not enough if the locale is changed in Python.

Update the patch to fix time.strftime() (if wcsftime() is not available).

----------
Added file: http://bugs.python.org/file23894/pyunicode_decodelocale-2.patch

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


More information about the Python-bugs-list mailing list