summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-09 22:56:46 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-09 22:56:46 (GMT)
commit97a01674b25739e0fc9e534dacf5a683d8b399e0 (patch)
tree46200f13facf2ffd3d9d11539758daa67ac423ee /Lib/test/output
parent6492bf71daf5ef36d32dbd0f26b302dfea0ac4b2 (diff)
downloadcpython-97a01674b25739e0fc9e534dacf5a683d8b399e0.zip
cpython-97a01674b25739e0fc9e534dacf5a683d8b399e0.tar.gz
cpython-97a01674b25739e0fc9e534dacf5a683d8b399e0.tar.bz2
update test cases for recent compiler changes: exec/import * in nested
functinos and cell vars with */** parameters
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_grammar1
-rw-r--r--Lib/test/output/test_scope1
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/output/test_grammar b/Lib/test/output/test_grammar
index 319177c..c69697d 100644
--- a/Lib/test/output/test_grammar
+++ b/Lib/test/output/test_grammar
@@ -38,7 +38,6 @@ continue + try/finally ok
return_stmt
raise_stmt
import_stmt
-SyntaxError expected for "def f(): from sys import *"
global_stmt
exec_stmt
if_stmt
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope
index 17e5cb8..0535e26 100644
--- a/Lib/test/output/test_scope
+++ b/Lib/test/output/test_scope
@@ -12,3 +12,4 @@ test_scope
11. unoptimized namespaces
12. lambdas
13. UnboundLocal
+14. complex definitions