]> 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:44:03 +0000 (02:44 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 09:44:03 +0000 (02:44 -0700)
commit5e30ba157705fa2ac25ecb4aef3c8073598999dd
tree4677957e74de05012d6776721c9f468ba545730c
parent5163a253544bde85e64bdd2df5a3a974bbde2864
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