[Python-Dev] AST branch update (original) (raw)
Raymond Hettinger raymond.hettinger at verizon.net
Fri Oct 14 07:03:28 CEST 2005
- Previous message: [Python-Dev] Simplify lnotab? (AST branch update)
- Next message: [Python-Dev] AST branch update
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Neil and I have been working on the AST branch for the last week. We're nearly ready to merge the changes to the head.
Nice work.
I don't think the current test suite covers all of the possible syntax errors that can be raised.
Do the AST branch generate a syntax error for:
foo(a = i for i in range(10))
?
Raymond
- Previous message: [Python-Dev] Simplify lnotab? (AST branch update)
- Next message: [Python-Dev] AST branch update
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]