From: Tzu-ping Chung Date: Thu, 5 Jan 2023 03:34:30 +0000 (+0800) Subject: GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702) X-Git-Tag: v3.12.0a4~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=105e37395dbd9790f81677e39ec9bd000590728f;p=thirdparty%2FPython%2Fcpython.git GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702) --- diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index 1e46b0f3bf5b..f726f8397c96 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