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

Skip to content

Commit dc2757a

Browse files
authored
gh-90817: Use .. deprecated-removed:: when removal version known (#94960)
1 parent 67840ed commit dc2757a

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