Fix test_poll.py. By Christian Heimes.

This commit is contained in:
Guido van Rossum 2007-07-11 20:43:16 +00:00
parent 3ed0acceee
commit bdab7d3cb6
1 changed files with 1 additions and 1 deletions

View 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 = []