]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-103628...
authorPrince Roshan <princekrroshan01@gmail.com>
Sun, 21 May 2023 19:17:18 +0000 (00:47 +0530)
committerGitHub <noreply@github.com>
Sun, 21 May 2023 19:17:18 +0000 (12:17 -0700)
commit2ade563abc95281be595b6dc58a519e84b74d6e0
tree3d10fa5b2904cb0bd4897b9f533ebdd191aa9650
parente033edab12986a9848d883a147c2a929760c7e9b
[3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-103628) (#104687)

* gh-103606: Improve error message from logging.config.FileConfig (GH-103628)

(cherry picked from commit 152227b569c3a9b87fe0483706f704762ced6d75)

plus backport the followup exception change fix to that in #104701
Doc/library/logging.config.rst
Lib/logging/config.py
Lib/test/test_logging.py