cpython/Misc/NEWS.d/next/Core and Builtins/2018-08-29-11-04-19.bpo-344...

4 lines
204 B
ReStructuredText

On Windows, the LC_CTYPE is now set to the user preferred locale at startup.
Previously, the LC_CTYPE locale was "C" at startup, but changed when calling
setlocale(LC_CTYPE, "") or setlocale(LC_ALL, "").