]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Delete outdated comment in logging module (#31117)
authorThomas Miedema <thomasmiedema@gmail.com>
Mon, 2 May 2022 22:29:03 +0000 (00:29 +0200)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 22:29:03 +0000 (16:29 -0600)
commit5e9323a54724079796688425dd32f2683f81b56f
tree472f634a846bfe2f3f0a45b215d0db3c0a702d6e
parent2d30adee72317e569d24739243cdd6f7631fa68f
Delete outdated comment in logging module (#31117)

The root logger is now accessible via its name, see
https://github.com/python/cpython/pull/15077

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/logging/__init__.py