commit | bdab7d3cb6ec4de85c64e2f503975edfda7e11b9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jul 11 20:43:16 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jul 11 20:43:16 2007 +0000 |
tree | e396610476f0a36257247b50db0d8f82c9124866 | |
parent | 3ed0acceee29a43d6ddac60cf3f9ba610041a519 [diff] [blame] |
Fix test_poll.py. By Christian Heimes.
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 @@ p = select.poll() NUM_PIPES = 12 - MSG = " This is a test." + MSG = b" This is a test." MSG_LEN = len(MSG) readers = [] writers = []