cpython/Lib/logging
Łukasz Langa 6d42759c5e
gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)
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.html#deprecated-string-functions

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

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-10-27 11:43:01 +02:00
..
__init__.py gh-109461: Update logging module lock to use context manager (#109462) 2023-09-27 18:26:41 +02:00
config.py gh-109461: Update logging module lock to use context manager (#109462) 2023-09-27 18:26:41 +02:00
handlers.py gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319) 2023-10-27 11:43:01 +02:00