diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-09 22:56:46 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-09 22:56:46 (GMT) |
commit | 97a01674b25739e0fc9e534dacf5a683d8b399e0 (patch) | |
tree | 46200f13facf2ffd3d9d11539758daa67ac423ee /Lib/test/output/test_grammar | |
parent | 6492bf71daf5ef36d32dbd0f26b302dfea0ac4b2 (diff) | |
download | cpython-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/test_grammar')
-rw-r--r-- | Lib/test/output/test_grammar | 1 |
1 files changed, 0 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 |