]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
authorVictor Stinner <vstinner@python.org>
Wed, 25 May 2022 20:04:06 +0000 (22:04 +0200)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 20:04:06 +0000 (22:04 +0200)
commitbf58cd01b313837511d9399f18588ccd2e5dc5a9
treea80d7beab81640cee2c4ee77ffff6f179d2fa2d2
parent854db1a6061c83d80a3f1e4e87f043b521719920
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)

The function was already deprecated in Python 3.11 since it calls
locale.getdefaultlocale() which was deprecated in Python 3.11.
Doc/library/locale.rst
Doc/whatsnew/3.11.rst
Lib/locale.py
Misc/NEWS.d/next/Library/2022-05-25-02-45-41.gh-issue-90817.yxANgU.rst [new file with mode: 0644]