From 7e21552e68e175f786cc253e6d0a1f12f076ab11 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 18 Jul 2022 16:51:01 +0300 Subject: [PATCH] gh-90817: Use .. deprecated-removed:: when removal version known --- Doc/library/locale.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index 24270ed4b6d6f2..5bb09b68ca138c 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)