[Python-checkins] python/dist/src/Lib/test/output test_future,1.3,1.4

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Tue, 15 Jul 2003 14:03:15 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1:/tmp/cvs-serv6400/output

Modified Files:
	test_future 
Log Message:
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'.



Index: test_future
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_future,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_future	20 Aug 2001 20:33:42 -0000	1.3
--- test_future	15 Jul 2003 21:03:13 -0000	1.4
***************
*** 2,6 ****
  6
  6
- 2
  SyntaxError badsyntax_future3 3
  SyntaxError badsyntax_future4 3
--- 2,5 ----