Commit bdab7d3c authored by Guido van Rossum's avatar Guido van Rossum

Fix test_poll.py. By Christian Heimes.

parent 3ed0acce
...@@ -25,7 +25,7 @@ class PollTests(unittest.TestCase): ...@@ -25,7 +25,7 @@ class PollTests(unittest.TestCase):
p = select.poll() p = select.poll()
NUM_PIPES = 12 NUM_PIPES = 12
MSG = " This is a test." MSG = b" This is a test."
MSG_LEN = len(MSG) MSG_LEN = len(MSG)
readers = [] readers = []
writers = [] writers = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment