]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2019 03:43:53 +0000 (20:43 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 03:43:53 +0000 (20:43 -0700)
commite78d79c15cc53bdf8161d41c627cbfb551d8ee96
tree6ea9aa087c07c8edb9237c678400f8329f7b5998
parentd9b321692b6770c0fe7cb7ba05f9bd5c6082a880
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)

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

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