Eryk Sun added the comment:

Yes, it's ANSI. I should have said "system locale" instead of "current locale". 
To find the requested locale, the CRT function __get_qualified_locale calls 
EnumSystemLocalesA. The passed callback calls GetLocaleInfoA for each 
enumerated locale to get the country (SENGLISHCOUNTRYNAME) and language 
(SENGLISHLANGUAGENAME).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26024>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to