mirror of https://github.com/python/cpython.git
gh-90817: Use .. deprecated-removed:: when removal version known (GH-94960)
(cherry picked from commit dc2757accd
)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
1ed023b7c0
commit
450ee4f791
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue