You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initialize log_output to an empty byte strings to prevent the error
(when running the test with python -bb):
Traceback (most recent call last):
File "Lib\test\test_logging.py", line 2013, in test_udp_reconnection
self.assertEqual(self.log_output, b'<11>sp\xc3\xa4m\x00')
(...)
BytesWarning: Comparison between bytes and string
Initialize log_output to an empty byte strings to prevent the error
(when running the test with python -bb):
Traceback (most recent call last):
File "Lib\test\test_logging.py", line 2013, in test_udp_reconnection
self.assertEqual(self.log_output, b'<11>sp\xc3\xa4m\x00')
(...)
BytesWarning: Comparison between bytes and string
Initialize log_output to an empty byte strings to prevent the error
(when running the test with python -bb):
Traceback (most recent call last):
File "Lib\test\test_logging.py", line 2013, in test_udp_reconnection
self.assertEqual(self.log_output, b'<11>sp\xc3\xa4m\x00')
(...)
BytesWarning: Comparison between bytes and string