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

FFY00 webhook-mailer at python.org
Wed Jan 4 22:46:19 EST 2023


https://github.com/python/cpython/commit/a34f0bdcf6a3c91f4b80a788205416e82e95f70f
commit: a34f0bdcf6a3c91f4b80a788205416e82e95f70f
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: FFY00 <filipe.lains at gmail.com>
date: 2023-01-05T03:46:13Z
summary:

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

Co-authored-by: Tzu-ping Chung <uranusjr at gmail.com>

files:
M Doc/library/locale.rst

diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst
index fd5d41a76a13..0614930cb01e 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
 



More information about the Python-checkins mailing list