Skip to content
Snippets Groups Projects
Unverified Commit 450ee4f7 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-90817: Use .. deprecated-removed:: when removal version known (GH-94960)


(cherry picked from commit dc2757ac)

Co-authored-by: default avatarHugo van Kemenade <hugovk@users.noreply.github.com>
parent 1ed023b7
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment