[Python-Dev] AST branch update (original) (raw)

Raymond Hettinger raymond.hettinger at verizon.net
Fri Oct 14 07:03:28 CEST 2005


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



More information about the Python-Dev mailing list