[issue5460] Python 3.0 grammar is ambiguous with the addition of star_expr

2009-09-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r75080. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5460] Python 3.0 grammar is ambiguous with the addition of star_expr

2009-03-09 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue5460] Python 3.0 grammar is ambiguous with the addition of star_expr

2009-03-09 Thread Fabio Zadrozny
New submission from Fabio Zadrozny : Note: A discussion related to this bug was raised on: http://mail.python.org/pipermail/python-dev/2009-March/086939.html The following constructs are ambiguous in the Python 3.0 grammar: arglist: (argument ',')* (argument [',']