8000 GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768) by miss-islington · Pull Request #100768 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768) #100768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 5, 2023
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
8000
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 0ec9bba9d6928bde2ea314cd429e1d53236e0f65
3 changes: 3 additions & 0 deletions Doc/library/locale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,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
0