]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to allow...
authorPeeyush Aggarwal <peeyushaggarwal94@gmail.com>
Fri, 25 Aug 2023 08:15:26 +0000 (13:45 +0530)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 08:15:26 +0000 (09:15 +0100)
commit8d4052075ec43ac1ded7d2fa55c474295410bbdc
tree41bddcac68715c0e0174b62dd916e33bbf894d3a
parent135098743a0fae0efbcd98e35458e5bc721702e9
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to allow spaces and non-alphanumeric characters in keys. (GH-103391)

Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Doc/library/logging.config.rst
Lib/logging/config.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2023-04-09-05-30-41.gh-issue-103384.zAV7iB.rst [new file with mode: 0644]