diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-09 22:56:46 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-09 22:56:46 (GMT) |
commit | 97a01674b25739e0fc9e534dacf5a683d8b399e0 (patch) | |
tree | 46200f13facf2ffd3d9d11539758daa67ac423ee /Lib/test/output/test_scope | |
parent | 6492bf71daf5ef36d32dbd0f26b302dfea0ac4b2 (diff) | |
download | cpython-97a01674b25739e0fc9e534dacf5a683d8b399e0.zip cpython-97a01674b25739e0fc9e534dacf5a683d8b399e0.tar.gz cpython-97a01674b25739e0fc9e534dacf5a683d8b399e0.tar.bz2 |
update test cases for recent compiler changes: exec/import * in nested
functinos and cell vars with */** parameters
Diffstat (limited to 'Lib/test/output/test_scope')
-rw-r--r-- | Lib/test/output/test_scope | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope index 17e5cb8..0535e26 100644 --- a/Lib/test/output/test_scope +++ b/Lib/test/output/test_scope @@ -12,3 +12,4 @@ test_scope 11. unoptimized namespaces 12. lambdas 13. UnboundLocal +14. complex definitions |