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

Jeremy Hylton jhylton@users.sourceforge.net
Mon, 05 Feb 2001 09:35:22 -0800


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

Modified Files:
	test_scope 
Log Message:
Fix test 9 (caught by ?!ng)
Add tests for unbound locals (Nick Mathewson)


Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_scope	2001/01/25 20:11:23	1.1
--- test_scope	2001/02/05 17:35:20	1.2
***************
*** 12,13 ****
--- 12,14 ----
  11. unoptimized namespaces
  12. lambdas
+ 13. UnboundLocal