[Python-checkins] GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702)

FFY00 webhook-mailer at python.org
Wed Jan 4 22:34:50 EST 2023


https://github.com/python/cpython/commit/105e37395dbd9790f81677e39ec9bd000590728f
commit: 105e37395dbd9790f81677e39ec9bd000590728f
branch: main
author: Tzu-ping Chung <uranusjr at gmail.com>
committer: FFY00 <filipe.lains at gmail.com>
date: 2023-01-05T03:34:30Z
summary:

GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702)

files:
M Doc/library/locale.rst

diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst
index 1e46b0f3bf5b..f726f8397c96 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
 



More information about the Python-checkins mailing list