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

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 01 Mar 2001 12:35:47 -0800


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

Modified Files:
	test_scope 
Log Message:
Test interaction of global and nested scopes -- thanks to Samuele Pedroni.

Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_scope	2001/02/09 22:56:46	1.3
--- test_scope	2001/03/01 20:35:45	1.4
***************
*** 14,15 ****
--- 14,16 ----
  13. UnboundLocal
  14. complex definitions
+ 15. scope of global statements