From a34f0bdcf6a3c91f4b80a788205416e82e95f70f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 4 Jan 2023 19:46:13 -0800 Subject: GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100767) Co-authored-by: Tzu-ping Chung --- Doc/library/locale.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index fd5d41a..0614930 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -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 -- cgit v0.12