[issue32654] Fixes Python for Android API 19

STINNER Victor report at bugs.python.org
Sun Jan 28 17:50:10 EST 2018


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

"""
>>> locale.setlocale(locale.LC_ALL, None)
...
locale.Error: locale query failed
"""

IMHO the correct fix here is to not define _locale.setlocale() to get the pure Python locale.setlocale() emulation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32654>
_______________________________________


More information about the Python-bugs-list mailing list