commit | 8cd48b60fde147087dca061e836c1a47156ac612 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Mar 24 09:54:40 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 24 09:54:40 2020 -0700 |
tree | 7f8376082e9ff2cca0f85c06d29cc676352b1109 | |
parent | e97c8b0688bc62959ced477d842fcd37992ef649 [diff] |
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>