diff options
-rw-r--r-- | Lib/test/test_poll.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_poll.py b/Lib/test/test_poll.py index 6fbe1b6..4801640 100644 --- a/Lib/test/test_poll.py +++ b/Lib/test/test_poll.py @@ -25,7 +25,7 @@ class PollTests(unittest.TestCase): p = select.poll() NUM_PIPES = 12 - MSG = " This is a test." + MSG = b" This is a test." MSG_LEN = len(MSG) readers = [] writers = [] |