]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43353: Document that logging.getLevelName() accepts string representation of...
authorMariusz Felisiak <felisiak.mariusz@gmail.com>
Wed, 17 Mar 2021 12:15:59 +0000 (13:15 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Mar 2021 12:15:59 +0000 (08:15 -0400)
commit9bdb5802361016704fb3434369741cc6c5e08f02
tree885f5d16e8baeb59ba6115902a8d22ebef8c2b44
parentdc8558ef302f1b14b45c21abd7451e4fb56b4604
bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (#24825)

(cherry picked from commit bbba28212ce0f58096a4043f32442c6e727b74fc)

Automerge-Triggered-By: GH:vsajip
Doc/library/logging.rst
Lib/logging/__init__.py