]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100767)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Jan 2023 03:46:13 +0000 (19:46 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 03:46:13 +0000 (03:46 +0000)
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Doc/library/locale.rst

index fd5d41a76a13727d8d9aa46f96c686d165f32adf..0614930cb01eab229d6d2093928518437fee36fc 100644 (file)
@@ -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