> 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