Brett Cannon schrieb: > Am I going blind, or is there only whitespace changes to > parsermodule.c?
At least one code change is here: >> res = ((validate_lparen(CHILD(tree, 2)) && >> - validate_testlist(CHILD(tree, 3)) && >> + validate_arglist(CHILD(tree, 3)) && >> validate_rparen(CHILD(tree, 4)))); _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
