[issue1573] Improper use of the keyword-only syntax makes the parser crash

Christian Heimes report at bugs.python.org
Sun Dec 9 00:10:37 CET 2007


Christian Heimes added the comment:

Ah, you and Amaury are right! But I don't like Amaury's error message:

    SyntaxError: no name for vararg

It doesn't explain what's wrong. How about

    SyntaxError: keyword only arguments require at least one keyword

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1573>
__________________________________


More information about the Python-bugs-list mailing list