This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes
Date 2007-12-08.23:10:37
SpamBayes Score 0.19076227
Marked as misclassified No
Message-id <1197155437.57.0.858666786091.issue1573@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2007-12-08 23:10:37christian.heimessetspambayes_score: 0.190762 -> 0.19076227
recipients: + christian.heimes, amaury.forgeotdarc, alexandre.vassalotti
2007-12-08 23:10:37christian.heimessetspambayes_score: 0.190762 -> 0.190762
messageid: <1197155437.57.0.858666786091.issue1573@psf.upfronthosting.co.za>
2007-12-08 23:10:37christian.heimeslinkissue1573 messages
2007-12-08 23:10:37christian.heimescreate