◐ Shell
clean mode source ↗

bpo-35036: Use empty message as default for logger by tirkarthi · Pull Request #10024 · python/cpython

@tirkarthi

pablogsal

@pablogsal

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 8, 2019
…10024)

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

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>

miss-islington added a commit that referenced this pull request

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

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>

gpshead pushed a commit to gpshead/cpython that referenced this pull request

Sep 2, 2022
…10024)

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

ned-deily pushed a commit that referenced this pull request

Sep 2, 2022
…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>