summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-10-27 13:08:53 (GMT)
committerGitHub <noreply@github.com>2023-10-27 13:08:53 (GMT)
commite7cdcccd2604ee26669173a6f690c0c2e2ef43bf (patch)
tree20e7c36e80bb574d49e11be0606a81ae5d735b36 /Doc/whatsnew
parent22cde39fbf65df8790d1a93f199affa8a0361c4b (diff)
downloadcpython-e7cdcccd2604ee26669173a6f690c0c2e2ef43bf.zip
cpython-e7cdcccd2604ee26669173a6f690c0c2e2ef43bf.tar.gz
cpython-e7cdcccd2604ee26669173a6f690c0c2e2ef43bf.tar.bz2
[3.11] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (GH-111188) (#111326)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index fda4fbc..698df28 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1798,7 +1798,7 @@ Standard Library
* :func:`importlib.resources.path`
* The :func:`locale.getdefaultlocale` function is deprecated and will be
- removed in Python 3.13. Use :func:`locale.setlocale`,
+ removed in Python 3.15. Use :func:`locale.setlocale`,
:func:`locale.getpreferredencoding(False) <locale.getpreferredencoding>` and
:func:`locale.getlocale` functions instead.
(Contributed by Victor Stinner in :gh:`90817`.)