From addd8ab9568cebcca0820a0641aaa5019a378fa3 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Tue, 3 Jan 2023 14:31:52 +0800 Subject: [PATCH] Note that locale.LC_MESSAGES is not universal --- Doc/library/locale.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index 1e46b0f3bf5b03..f726f8397c9648 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