summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_scope
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-05 17:35:20 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-05 17:35:20 (GMT)
commitde6024872abe4fd95972036db63d0a57cf557f94 (patch)
tree4390aab05bcd1462be258ea9cf164f3a0b772cd9 /Lib/test/output/test_scope
parent2524d699f572c5839dcc5c6a7ce06533ac2ef0a6 (diff)
downloadcpython-de6024872abe4fd95972036db63d0a57cf557f94.zip
cpython-de6024872abe4fd95972036db63d0a57cf557f94.tar.gz
cpython-de6024872abe4fd95972036db63d0a57cf557f94.tar.bz2
Fix test 9 (caught by ?!ng)
Add tests for unbound locals (Nick Mathewson)
Diffstat (limited to 'Lib/test/output/test_scope')
-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 3ada943..17e5cb8 100644
--- a/Lib/test/output/test_scope
+++ b/Lib/test/output/test_scope
@@ -11,3 +11,4 @@ test_scope
10. recursion
11. unoptimized namespaces
12. lambdas
+13. UnboundLocal