]> granicus.if.org Git - python/commit
fix an ambiguity in the grammar from the implementation of extended unpacking
authorBenjamin Peterson <benjamin@python.org>
Sun, 27 Sep 2009 02:43:28 +0000 (02:43 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 27 Sep 2009 02:43:28 +0000 (02:43 +0000)
commit4905e80c3d2f6abb613d212f0313d1dfe09475dc
treedf849b7313a57c1d844567bcd45b32f7e89ac0ca
parent10430ad7aace46c93939341817b97df48951d5a2
fix an ambiguity in the grammar from the implementation of extended unpacking
(one which was strangely "resolved" by pgen)

This also kills the unused testlist1 rule and fixes parse tree validation of
extended unpacking.
Grammar/Grammar
Include/graminit.h
Lib/symbol.py
Lib/test/test_parser.py
Misc/NEWS
Modules/parsermodule.c
Python/ast.c
Python/graminit.c