-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Open
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
Bug report
Bug description:
Follow-up to #90817.
In summary, without getdetfaultlocale
, tools that rely on POSIX locales cannot reliably get the same information from getlocale
or setlocale
on Windows.
For example, Linux will return something like 'en_AU'. But on Windows, getlocale
will return something like 'English_Australia'.
CPython versions tested on:
3.12, 3.13
Operating systems tested on:
Windows, Linux
2trvl, x1ntt and Jesse205
Metadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Todo