Skip to content

Commit

Permalink
pythongh-90817: Use .. deprecated-removed:: when removal version known (
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Aug 3, 2022
1 parent 67840ed commit dc2757a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/locale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit dc2757a

Please sign in to comment.