]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
authorJouke Witteveen <j.witteveen@gmail.com>
Sun, 27 Mar 2022 13:49:28 +0000 (15:49 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Mar 2022 13:49:28 +0000 (14:49 +0100)
commit5ca6d7469be53960843df39bb900e9c3359f127f
tree0a0b96d2c1f2e68f993941833fe87da5f5f2274a
parent5fd8c574e016aec85725ddc5ced8742267b0e1b3
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2021-09-11-16-06-54.bpo-45171.ec597j.rst [new file with mode: 0644]