mirror of https://github.com/python/cpython.git
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100767)
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
This commit is contained in:
parent
541e7b8029
commit
a34f0bdcf6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue