Fix test_poll.py. By Christian Heimes.
This commit is contained in:
parent
3ed0acceee
commit
bdab7d3cb6
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue