`locale.getdefaultlocale()` was deprecated in Python 3.11 and originally planned for removal in 3.13 (gh-90817). It's now time for 3.13 changes, but we decided to postpone its removal to 3.15 as it's still used by many projects. Re: * https://github.com/python/cpython/pull/104784#issuecomment-1558552650 * https://github.com/python/cpython/issues/104783#issuecomment-1773986960 <!-- gh-linked-prs --> ### Linked PRs * gh-111188 * gh-111323 * gh-111326 <!-- /gh-linked-prs -->
locale.getdefaultlocale()was deprecated in Python 3.11 and originally planned for removal in 3.13 (gh-90817).It's now time for 3.13 changes, but we decided to postpone its removal to 3.15 as it's still used by many projects.
Re:
Linked PRs