[Python-checkins] CVS: python/dist/src/Lib/test/output test_grammar,1.13,1.14 test_scope,1.2,1.3

Jeremy Hylton jhylton@users.sourceforge.net
Fri, 09 Feb 2001 14:56:48 -0800


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

Modified Files:
	test_grammar test_scope 
Log Message:
update test cases for recent compiler changes: exec/import * in nested
functinos and cell vars with */** parameters


Index: test_grammar
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_grammar,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** test_grammar	2001/02/01 22:48:12	1.13
--- test_grammar	2001/02/09 22:56:46	1.14
***************
*** 39,43 ****
  raise_stmt
  import_stmt
- SyntaxError expected for "def f(): from sys import *"
  global_stmt
  exec_stmt
--- 39,42 ----

Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_scope	2001/02/05 17:35:20	1.2
--- test_scope	2001/02/09 22:56:46	1.3
***************
*** 13,14 ****
--- 13,15 ----
  12. lambdas
  13. UnboundLocal
+ 14. complex definitions