From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 5 Jan 2023 03:46:29 +0000 (-0800) Subject: GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768) X-Git-Tag: v3.10.10~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=825ad05e1f948d6f19c3564a392e027aaebf0d37;p=thirdparty%2FPython%2Fcpython.git GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768) Co-authored-by: Tzu-ping Chung --- diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index cc1f5b427acc..61ca31623108 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -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