[Python-checkins] CVS: python/dist/src/Lib/test/output test_scope,1.10,1.11

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 13 Dec 2001 11:47:54 -0800


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

Modified Files:
	test_scope 
Log Message:
Update output generated by test_scope


Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_scope	2001/10/18 16:23:11	1.10
--- test_scope	2001/12/13 19:47:51	1.11
***************
*** 20,23 ****
  19. var is bound and free in class
  20. interaction with trace function
! 20. eval with free variables
  21. list comprehension with local variables
--- 20,23 ----
  19. var is bound and free in class
  20. interaction with trace function
! 20. eval and exec with free variables
  21. list comprehension with local variables