8000 gh-90817: Use .. deprecated-removed:: when removal version known (GH-… · python/cpython@450ee4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 450ee4f

Browse files
gh-90817: Use .. deprecated-removed:: when removal version known (GH-94960)
(cherry picked from commit dc2757a) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 1ed023b commit 450ee4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/locale.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ The :mod:`locale` module defines the following exception and functions:
301301
*language code* and *encoding* may be ``None`` if their values cannot be
302302
determined.
303303

304-
.. deprecated:: 3.11 3.13
304+
.. deprecated-removed:: 3.11 3.13
305305

306306

307307
.. function:: getlocale(category=LC_CTYPE)
@@ -375,7 +375,7 @@ The :mod:`locale` module defines the following exception and functions:
375375
The default setting is determined by calling :func:`getdefaultlocale`.
376376
*category* defaults to :const:`LC_ALL`.
377377

378-
.. deprecated:: 3.11 3.13
378+
.. deprecated-removed:: 3.11 3.13
379379

380380

381381
.. function:: strcoll(string1, string2)

0 commit comments

Comments
 (0)
0