mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768)
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
This commit is contained in:
parent
f49cc3c805
commit
825ad05e1f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue