[issue5815] locale.getdefaultlocale() missing corner case

Mike FABIAN report at bugs.python.org
Tue Nov 12 12:18:06 CET 2013


Mike FABIAN added the comment:

Serhiy> While normalize can return sd_IN at devanagari.UTF-8, _parse_localename()
Serhiy> should be able correctly parse it.

But if normalize returns sd_IN at devanagari.UTF-8, isn’t that quite
useless because it is a locale name which does not actually work
in glibc?

Serhiy> Removing sd_IN at devanagari.UTF-8 from alias table is another issue.

Yes. I think it should be fixed in the alias table as well.

----------

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


More information about the Python-bugs-list mailing list