diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-10-25 13:47:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 13:47:41 (GMT) |
commit | 81ed80d843b3f6f0109e7ad854af2c5de27e1a89 (patch) | |
tree | 21bd884d2d882c63ca5f35584e4c77addf2092e0 /Doc/library | |
parent | f6304949bb9937e798ecac8b414606dc01bc6d3c (diff) | |
download | cpython-81ed80d843b3f6f0109e7ad854af2c5de27e1a89.zip cpython-81ed80d843b3f6f0109e7ad854af2c5de27e1a89.tar.gz cpython-81ed80d843b3f6f0109e7ad854af2c5de27e1a89.tar.bz2 |
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#111188)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/locale.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index afd5677..865969e 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -303,7 +303,7 @@ The :mod:`locale` module defines the following exception and functions: *language code* and *encoding* may be ``None`` if their values cannot be determined. - .. deprecated-removed:: 3.11 3.13 + .. deprecated-removed:: 3.11 3.15 .. function:: getlocale(category=LC_CTYPE) |