From 19db13bcc793aa5c9e818f7cbd2869ea0ea3a4bc Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 15 Jul 2003 21:03:13 +0000 Subject: 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'. --- Lib/test/output/test_future | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12