[issue9232] Allow trailing comma in any function argument list.

Nick Coghlan report at bugs.python.org
Mon Jul 12 23:24:57 CEST 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

I take it the AST generation just throws the extra comma away? You're sure this doesn't upset any of the node counts in that stage of the compiler?

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9232>
_______________________________________


More information about the Python-bugs-list mailing list