-
- Downloads
gh-90817: Deprecate explicitly locale.resetlocale() (GH-93196)
The function was already deprecated in Python 3.11 since it calls locale.getdefaultlocale() which was deprecated in Python 3.11. (cherry picked from commit bf58cd01) Co-authored-by:Victor Stinner <vstinner@python.org>
Showing
- Doc/library/locale.rst 2 additions, 0 deletionsDoc/library/locale.rst
- Doc/whatsnew/3.11.rst 5 additions, 1 deletionDoc/whatsnew/3.11.rst
- Lib/locale.py 11 additions, 1 deletionLib/locale.py
- Misc/NEWS.d/next/Library/2022-05-25-02-45-41.gh-issue-90817.yxANgU.rst 3 additions, 0 deletions...ext/Library/2022-05-25-02-45-41.gh-issue-90817.yxANgU.rst
Loading
Please register or sign in to comment