]> granicus.if.org Git - python/commit
Add tests for recent changes:
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 21 Mar 2001 16:44:39 +0000 (16:44 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 21 Mar 2001 16:44:39 +0000 (16:44 +0000)
commit5c7a2513ec277c6c4f5ab4f44b461aeb17a850c4
treef1df576a88b5bebe26d5fd50f7c0d77c19092363
parent220ae7c0bf2054ad01f58e1cf669ac069eb9a574
Add tests for recent changes:
- global stmt in class does not affect free vars in methods
- locals() works with free and cell vars
Lib/test/output/test_scope
Lib/test/test_scope.py