summaryrefslogtreecommitdiff
path: root/Lib/test/test_select.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_select.py')
-rw-r--r--Lib/test/test_select.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_select.py b/Lib/test/test_select.py
index 6a00fe404e..eaec52be19 100644
--- a/Lib/test/test_select.py
+++ b/Lib/test/test_select.py
@@ -57,7 +57,7 @@ def test():
if (rfd, wfd, xfd) == ([p], [], []):
line = p.readline()
if verbose:
- print `line`
+ print repr(line)
if not line:
if verbose:
print 'EOF'