8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed023b commit 450ee4fCopy full SHA for 450ee4f
Doc/library/locale.rst
@@ -301,7 +301,7 @@ The :mod:`locale` module defines the following exception and functions:
301
*language code* and *encoding* may be ``None`` if their values cannot be
302
determined.
303
304
- .. deprecated:: 3.11 3.13
+ .. deprecated-removed:: 3.11 3.13
305
306
307
.. function:: getlocale(category=LC_CTYPE)
@@ -375,7 +375,7 @@ The :mod:`locale` module defines the following exception and functions:
375
The default setting is determined by calling :func:`getdefaultlocale`.
376
*category* defaults to :const:`LC_ALL`.
377
378
379
380
381
.. function:: strcoll(string1, string2)
0 commit comments