[issue32002] test_c_locale_coercion fails when the default LC_CTYPE != "C"

Nick Coghlan report at bugs.python.org
Wed Dec 6 19:47:36 EST 2017


Nick Coghlan <ncoghlan at gmail.com> added the comment:

For the POSIX case, we're going to fix the implementation to always handle that the same way as it does the "C" locale: https://bugs.python.org/issue30672#msg307784

So the main question to address with the refactoring here will be capturing the expected behaviour for the 'locale setting is an empty string' case.

----------

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


More information about the Python-bugs-list mailing list