cpython/Lib/logging
Miss Islington (bot) a9e0455bd3
[3.11] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-111319) (#111392)
Fix locale.LC_CTYPE documentation to no longer mention string.lower() et al. Those functions were removed in Python 3.0:
https://docs.python.org/2/library/string.htmlGH-deprecated-string-functions

Also, fix a comment in logging about locale-specific behavior of `str.lower()`.

(cherry picked from commit 6d42759c5e)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-10-27 17:15:15 +02:00
..
__init__.py [3.11] gh-99811: Use correct variable to search for time in format string (GH-99812) (GH-99851) 2022-11-28 19:16:49 +00:00
config.py [3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-103628) (#104687) 2023-05-21 12:17:18 -07:00
handlers.py [3.11] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-111319) (#111392) 2023-10-27 17:15:15 +02:00