diff options
author | Tzu-ping Chung <uranusjr@gmail.com> | 2023-01-05 03:34:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 03:34:30 (GMT) |
commit | 105e37395dbd9790f81677e39ec9bd000590728f (patch) | |
tree | 79821fe8bdd0ab0f553253c070796c55d0929c77 /Doc/library/locale.rst | |
parent | 31b639a99281bd9582e88137a3be2868c4154a88 (diff) | |
download | cpython-105e37395dbd9790f81677e39ec9bd000590728f.zip cpython-105e37395dbd9790f81677e39ec9bd000590728f.tar.gz cpython-105e37395dbd9790f81677e39ec9bd000590728f.tar.bz2 |
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702)
Diffstat (limited to 'Doc/library/locale.rst')
-rw-r--r-- | Doc/library/locale.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index 1e46b0f..f726f83 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -496,6 +496,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 |