]> granicus.if.org Git - python/commitdiff
Fix test_poll.py. By Christian Heimes.
authorGuido van Rossum <guido@python.org>
Wed, 11 Jul 2007 20:43:16 +0000 (20:43 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Jul 2007 20:43:16 +0000 (20:43 +0000)
Lib/test/test_poll.py

index 6fbe1b61a0e4016c9971cc898b23ad8fc0b241ff..4801640d3e89bf73df8b5ff97937a7b14ef4d1b2 100644 (file)
@@ -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 = []