]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-90817: Use .. deprecated-removed:: when removal version known (#94960)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 3 Aug 2022 21:47:20 +0000 (00:47 +0300)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2022 21:47:20 +0000 (23:47 +0200)
Doc/library/locale.rst

index 24270ed4b6d6f21ff929be7dc181ed2e95f38c87..5bb09b68ca138c5d60a1c053e10b5353151967e3 100644 (file)
@@ -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)