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:
Miss Islington (bot) 2022-08-03 14:56:16 -07:00 committed by GitHub
parent 1ed023b7c0
commit 450ee4f791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)