]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix logging error message (GH-22410)
authorEric Larson <larson.eric.d@gmail.com>
Fri, 25 Sep 2020 18:08:50 +0000 (14:08 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Sep 2020 18:08:50 +0000 (11:08 -0700)
commit9fdb76c34c44ac27531229b72aa2aa424d10e846
tree8d6105304570d3ffae7160a581068b8a0665a969
parent02d126aa09d96d03dcf9c5b51c858ce5ef386601
Fix logging error message (GH-22410)

Same changes as #22276 squashed to a single commit. Just hoping to get Travis to cooperate by opening a new PR...

Automerge-Triggered-By: @vsajip
Lib/logging/__init__.py
Lib/test/test_logging.py