]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 31 Aug 2022 09:50:29 +0000 (10:50 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2022 09:50:29 +0000 (10:50 +0100)
commit29f1b0bb1ff73dcc28f0ca7e11794141b6de58c9
treedaf510cf627f7543a608ee60799fcf2a059d4660
parentf7e7bf161aaec5a5cffdcec7c97e1f09e445421b
gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)

Co-authored-by: Éric <merwok@netwok.org>
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2022-08-29-07-04-03.gh-issue-89258.ri7ncj.rst [new file with mode: 0644]