10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0be5a commit 7e21552Copy full SHA for 7e21552
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