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

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 18 Oct 2001 09:23:13 -0700


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

Modified Files:
	test_scope 
Log Message:
Add test for local assigned to only in a nested list comp


Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test_scope	2001/07/30 21:55:29	1.9
--- test_scope	2001/10/18 16:23:11	1.10
***************
*** 21,22 ****
--- 21,23 ----
  20. interaction with trace function
  20. eval with free variables
+ 21. list comprehension with local variables