[Python-checkins] gh-90817: Use .. deprecated-removed:: when removal version known (#94960)

vstinner webhook-mailer at python.org
Wed Aug 3 17:47:27 EDT 2022


https://github.com/python/cpython/commit/dc2757accd8413abfc24d7acf06d8bf233d01534
commit: dc2757accd8413abfc24d7acf06d8bf233d01534
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: vstinner <vstinner at python.org>
date: 2022-08-03T23:47:20+02:00
summary:

gh-90817: Use .. deprecated-removed:: when removal version known (#94960)

files:
M Doc/library/locale.rst

diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst
index 24270ed4b6d..5bb09b68ca1 100644
--- a/Doc/library/locale.rst
+++ b/Doc/library/locale.rst
@@ -301,7 +301,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:: 3.11 3.13
+   .. deprecated-removed:: 3.11 3.13
 
 
 .. function:: getlocale(category=LC_CTYPE)
@@ -375,7 +375,7 @@ The :mod:`locale` module defines the following exception and functions:
    The default setting is determined by calling :func:`getdefaultlocale`.
    *category* defaults to :const:`LC_ALL`.
 
-   .. deprecated:: 3.11 3.13
+   .. deprecated-removed:: 3.11 3.13
 
 
 .. function:: strcoll(string1, string2)



More information about the Python-checkins mailing list