diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-04-20 04:51:39 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-04-20 04:51:39 (GMT) |
commit | 954aed8c8d93145347d10fd3ac6c2bc6634ef674 (patch) | |
tree | b8ad62abf82353f79cc12e1dbf1e95d6d1f5bb5d /Lib/test/output | |
parent | 24ea8d3d9c85d54bcc8c242a073c0886a0273c36 (diff) | |
download | cpython-954aed8c8d93145347d10fd3ac6c2bc6634ef674.zip cpython-954aed8c8d93145347d10fd3ac6c2bc6634ef674.tar.gz cpython-954aed8c8d93145347d10fd3ac6c2bc6634ef674.tar.bz2 |
Add test for eval() w/ free variables.
Related to SF bug #505315
Diffstat (limited to 'Lib/test/output')
-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 5c80b6e..a439e44 100644 --- a/Lib/test/output/test_scope +++ b/Lib/test/output/test_scope @@ -21,3 +21,4 @@ test_scope 20. interaction with trace function 20. eval and exec with free variables 21. list comprehension with local variables +22. eval with free variables |