]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
update test cases for recent compiler changes: exec/import * in nested
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 9 Feb 2001 22:56:46 +0000 (22:56 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 9 Feb 2001 22:56:46 +0000 (22:56 +0000)
commit97a01674b25739e0fc9e534dacf5a683d8b399e0
tree46200f13facf2ffd3d9d11539758daa67ac423ee
parent6492bf71daf5ef36d32dbd0f26b302dfea0ac4b2
update test cases for recent compiler changes: exec/import * in nested
functinos and cell vars with */** parameters
Lib/test/output/test_grammar
Lib/test/output/test_scope
Lib/test/test_grammar.py
Lib/test/test_scope.py