diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-01-25 20:12:27 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-01-25 20:12:27 (GMT) |
commit | 619eea6821a0c749d2f86d247fa3f7d28d867681 (patch) | |
tree | d49ec0caaf60c9a84e2319d48669d4588fcf6454 /Lib/test/output | |
parent | 4588c78fafd569deb21b1a721a8507636a507837 (diff) | |
download | cpython-619eea6821a0c749d2f86d247fa3f7d28d867681.zip cpython-619eea6821a0c749d2f86d247fa3f7d28d867681.tar.gz cpython-619eea6821a0c749d2f86d247fa3f7d28d867681.tar.bz2 |
PEP 227 implementation
test_new: new.code() noew takes two more arguments
test_grammer: Add a bunch of test cases for lambda (not really PEP 227 related)
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_grammar | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_grammar b/Lib/test/output/test_grammar index bc9c9d4..b75c22f 100644 --- a/Lib/test/output/test_grammar +++ b/Lib/test/output/test_grammar @@ -13,6 +13,8 @@ file_input expr_input eval_input funcdef +lambdef +SyntaxError expected for "lambda x: x = 2" simple_stmt expr_stmt print_stmt |