summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-03-01 20:35:45 (GMT)
committerGuido van Rossum <guido@python.org>2001-03-01 20:35:45 (GMT)
commit9aa643cf6909170d31cfff955318ea7317234663 (patch)
treeca7a19dcb75d9bc4af7c1a0737a261c507334128 /Lib/test/output
parent7606e4d00ee566471eaaf2b740f2d7406a634146 (diff)
downloadcpython-9aa643cf6909170d31cfff955318ea7317234663.zip
cpython-9aa643cf6909170d31cfff955318ea7317234663.tar.gz
cpython-9aa643cf6909170d31cfff955318ea7317234663.tar.bz2
Test interaction of global and nested scopes -- thanks to Samuele Pedroni.
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 0535e26..5d41e8c 100644
--- a/Lib/test/output/test_scope
+++ b/Lib/test/output/test_scope
@@ -13,3 +13,4 @@ test_scope
12. lambdas
13. UnboundLocal
14. complex definitions
+15. scope of global statements