summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-10-18 16:23:11 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-10-18 16:23:11 (GMT)
commitcf672f15e0b31eaff58e54dbbe62a2d52d49a63c (patch)
treed6f092c7ac9c1c6ef70099e16ef87527ae49494d /Lib/test/output
parent961dfe0d854ad28e3258d209210cc4053ebfb866 (diff)
downloadcpython-cf672f15e0b31eaff58e54dbbe62a2d52d49a63c.zip
cpython-cf672f15e0b31eaff58e54dbbe62a2d52d49a63c.tar.gz
cpython-cf672f15e0b31eaff58e54dbbe62a2d52d49a63c.tar.bz2
Add test for local assigned to only in a nested list comp
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_scope1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope
index 55a8787..04dacaa 100644
--- a/Lib/test/output/test_scope
+++ b/Lib/test/output/test_scope
@@ -20,3 +20,4 @@ test_scope
19. var is bound and free in class
20. interaction with trace function
20. eval with free variables
+21. list comprehension with local variables