diff options
Diffstat (limited to 'Lib/test/test_poll.py')
-rw-r--r-- | Lib/test/test_poll.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_poll.py b/Lib/test/test_poll.py index ed1d736..2ecae69 100644 --- a/Lib/test/test_poll.py +++ b/Lib/test/test_poll.py @@ -157,7 +157,7 @@ def test_poll2(): elif flags & select.POLLIN: line = p.readline() if verbose: - print `line` + print repr(line) if not line: if verbose: print 'EOF' |