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

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 25 Jan 2001 12:11:25 -0800


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

Added Files:
	test_scope 
Log Message:
PEP 227 implementation

New tests cases for nested scopes.



--- NEW FILE: test_scope ---
test_scope
1. simple nesting
2. extra nesting
3. simple nesting + rebinding
4. nesting with global but no free
5. nesting through class
6. nesting plus free ref to global
7. nearest enclosing scope
8. mixed freevars and cellvars
9. free variable in method
10. recursion
11. unoptimized namespaces
12. lambdas