summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_long_future.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_long_future.py')
-rw-r--r--Lib/test/test_long_future.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_long_future.py b/Lib/test/test_long_future.py
index 3f137d6..fc01001 100644
--- a/Lib/test/test_long_future.py
+++ b/Lib/test/test_long_future.py
@@ -7,7 +7,7 @@ from test.test_support import TestFailed, verify, verbose
def test_true_division():
if verbose:
- print "long true division"
+ print("long true division")
huge = 1 << 40000
mhuge = -huge
verify(huge / huge == 1.0)