Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702)
(cherry picked from commit 105e373)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
  • Loading branch information
uranusjr authored and miss-islington committed Jan 5, 2023
commit 38d29f671b8291d1bb87bc5a9930368d81495d58
3 changes: 3 additions & 0 deletions Doc/library/locale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,9 @@ The :mod:`locale` module defines the following exception and functions:
system, like those returned by :func:`os.strerror` might be affected by this
category.

This value may not be available on operating systems not conforming to the
POSIX standard, most notably Windows.


.. data:: LC_NUMERIC

Expand Down