From 38d29f671b8291d1bb87bc5a9930368d81495d58 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Thu, 5 Jan 2023 11:34:30 +0800 Subject: [PATCH] GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702) (cherry picked from commit 105e37395dbd9790f81677e39ec9bd000590728f) 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 fd5d41a76a1372..0614930cb01eab 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