[Python-checkins] python/dist/src/Lib/test/output test_scope,1.11,1.11.6.1

jhylton@sourceforge.net jhylton@sourceforge.net
Fri, 19 Apr 2002 22:06:52 -0700


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

Modified Files:
      Tag: release22-maint
	test_scope 
Log Message:
backport fix for SF buf #505315 from trunk


Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.11
retrieving revision 1.11.6.1
diff -C2 -d -r1.11 -r1.11.6.1
*** test_scope	13 Dec 2001 19:47:51 -0000	1.11
--- test_scope	20 Apr 2002 05:06:50 -0000	1.11.6.1
***************
*** 22,23 ****
--- 22,24 ----
  20. eval and exec with free variables
  21. list comprehension with local variables
+ 22. eval with free variables