summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-12-13 19:47:51 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-12-13 19:47:51 (GMT)
commit3095a4c2289b3155b2dc1bcf7284911dee0afe7d (patch)
tree7dc746e28d4e037b7b37997fc1f425b04c4a7402 /Lib/test/output
parent12ce485b48430bdcf50b621e2e785c0079a7aebe (diff)
downloadcpython-3095a4c2289b3155b2dc1bcf7284911dee0afe7d.zip
cpython-3095a4c2289b3155b2dc1bcf7284911dee0afe7d.tar.gz
cpython-3095a4c2289b3155b2dc1bcf7284911dee0afe7d.tar.bz2
Update output generated by test_scope
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_scope2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope
index 04dacaa..5c80b6e 100644
--- a/Lib/test/output/test_scope
+++ b/Lib/test/output/test_scope
@@ -19,5 +19,5 @@ test_scope
18. verify that locals() works
19. var is bound and free in class
20. interaction with trace function
-20. eval with free variables
+20. eval and exec with free variables
21. list comprehension with local variables