]> granicus.if.org Git - python/commit
Add test case for global stmt at module level.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Feb 2001 23:49:19 +0000 (23:49 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 28 Feb 2001 23:49:19 +0000 (23:49 +0000)
commit2922ea8235c183cb35c3415b5888967af55812fa
tree42e315ecc3ff6956756ccbaff13a9b0dfebabe47
parent3dd5ad3b4f1e7be153d272a2ac3848028a6c306b
Add test case for global stmt at module level.
Fix test_grammar so that it ignores warning about global stmt at
module level in exec.
Lib/test/output/test_global
Lib/test/test_global.py
Lib/test/test_grammar.py