]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Jun 2022 09:53:35 +0000 (02:53 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 09:53:35 +0000 (02:53 -0700)
commit123e3be33b095ecf92d2c19a6ac521065c1ba8af
tree0d3b6b95815d32b957386263afd6bc9d5a4c1657
parent029835d9d4073d34d95bde9f969a6b0f969fda00
test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)

(cherry picked from commit 538f28921f67e36617272faa662375d305d9284c)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_logging.py