From: Hugo van Kemenade Date: Wed, 3 Aug 2022 21:47:20 +0000 (+0300) Subject: gh-90817: Use .. deprecated-removed:: when removal version known (#94960) X-Git-Tag: v3.12.0a1~748 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc2757accd8413abfc24d7acf06d8bf233d01534;p=thirdparty%2FPython%2Fcpython.git gh-90817: Use .. deprecated-removed:: when removal version known (#94960) --- diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index 24270ed4b6d6..5bb09b68ca13 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)