]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clarify a guarantee of the logging module. (GH-19132)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Mar 2020 16:54:40 +0000 (09:54 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2020 16:54:40 +0000 (09:54 -0700)
commit8cd48b60fde147087dca061e836c1a47156ac612
tree7f8376082e9ff2cca0f85c06d29cc676352b1109
parente97c8b0688bc62959ced477d842fcd37992ef649
Clarify a guarantee of the logging module. (GH-19132)

When no additional arguments are passed to logging.debug() and related
methods, no % operation is performed on the passed in message.
(cherry picked from commit 9b8e74ca77da7167033917d155e5f55c67b92f14)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/logging.rst