[Python-checkins] CVS: python/dist/src/Lib/test/output test_future,1.2,1.3

Jeremy Hylton jhylton@users.sourceforge.net
Mon, 20 Aug 2001 13:33:44 -0700


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

Modified Files:
	test_future 
Log Message:
Fix SF bug [ #450245 ] Error in parsing future stmts

Add test case to cover multiple future statements on separate lines of
a module.


Index: test_future
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_future,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_future	2001/04/18 01:19:28	1.2
--- test_future	2001/08/20 20:33:42	1.3
***************
*** 2,5 ****
--- 2,6 ----
  6
  6
+ 2
  SyntaxError badsyntax_future3 3
  SyntaxError badsyntax_future4 3