summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-07-15 21:03:13 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-07-15 21:03:13 (GMT)
commit19db13bcc793aa5c9e818f7cbd2869ea0ea3a4bc (patch)
tree5a686b53b21ee0a032b2118bfcf43625c8f29f58
parent158af581ae68bd858eae1319845554cfdb742cc4 (diff)
downloadcpython-19db13bcc793aa5c9e818f7cbd2869ea0ea3a4bc.zip
cpython-19db13bcc793aa5c9e818f7cbd2869ea0ea3a4bc.tar.gz
cpython-19db13bcc793aa5c9e818f7cbd2869ea0ea3a4bc.tar.bz2
Fixed test and converted to unittest format.
Checking // would call floor division but did not test that true division had become the default with 'from __future__ import division'.
-rw-r--r--Lib/test/output/test_future1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/output/test_future b/Lib/test/output/test_future
index 127517d..4631489 100644
--- a/Lib/test/output/test_future
+++ b/Lib/test/output/test_future
@@ -1,7 +1,6 @@
test_future
6
6
-2
SyntaxError badsyntax_future3 3
SyntaxError badsyntax_future4 3
SyntaxError badsyntax_future5 4