]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498)
authorGregory P. Smith <greg@krypto.org>
Fri, 2 Sep 2022 03:53:11 +0000 (20:53 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Sep 2022 03:53:11 +0000 (23:53 -0400)
commitd5fe9951fe6e69e9175eca24170a220747ec9047
tree21a780fd13fce33ab2298a00866e1b919699204b
parent6fde29377fd57fea13a54dd847b7cf171c2df6d1
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498)

Previous to commit ee171a2 the logline was working because of self.info() (now
deprecated) defaults to an empty message.

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
Doc/tools/extensions/suspicious.py