From bdab7d3cb6ec4de85c64e2f503975edfda7e11b9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 11 Jul 2007 20:43:16 +0000 Subject: Fix test_poll.py. By Christian Heimes. --- Lib/test/test_poll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- cgit v0.12