summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_long.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-09-04 06:37:28 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-09-04 06:37:28 (GMT)
commit83e7ccc9fdc9a5e1220fb14a173ed8f391380966 (patch)
tree663ed709ea31c2758739e59fefabab6e107951ff /Lib/test/test_long.py
parentbc1c7a085449302edcef3e7c2faae2433a020e39 (diff)
downloadcpython-83e7ccc9fdc9a5e1220fb14a173ed8f391380966.zip
cpython-83e7ccc9fdc9a5e1220fb14a173ed8f391380966.tar.gz
cpython-83e7ccc9fdc9a5e1220fb14a173ed8f391380966.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_long.py')
-rw-r--r--Lib/test/test_long.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_long.py b/Lib/test/test_long.py
index ac345a6..e123638 100644
--- a/Lib/test/test_long.py
+++ b/Lib/test/test_long.py
@@ -357,7 +357,7 @@ def test_float_overflow():
"math.sqrt(huge)", "math.sqrt(mhuge)", # should do better
"math.log10(huge)", "math.log10(mhuge)", # should do better
"math.floor(huge)", "math.floor(mhuge)"]:
-
+
try:
eval(test, namespace)
except OverflowError: