commit | 83940c07666090301168d0108cf545d3db28b925 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed May 25 13:29:58 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed May 25 13:29:58 2022 -0700 |
tree | 9dbad2734d8cb8a6d7987372a20fbd0d7025d16e | |
parent | 37a7f1b0997466bb088df82f5fe35fe6d1cebb22 [diff] |
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 bf58cd01b313837511d9399f18588ccd2e5dc5a9) Co-authored-by: Victor Stinner <vstinner@python.org>