]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-90817: Use .. deprecated-removed:: when removal version known (GH-94960)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Aug 2022 21:56:16 +0000 (14:56 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Aug 2022 21:56:16 +0000 (14:56 -0700)
(cherry picked from commit dc2757accd8413abfc24d7acf06d8bf233d01534)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/locale.rst

index 112f0bae78daf91ef738423cf7a3ac213cb3de21..6abad5ca5ad430f3dae4788dbb1f7cc428aa28be 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)