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 alexandre.vassalotti
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes
Date 2007-12-08.22:59:58
SpamBayes Score 0.09327557
Marked as misclassified No
Message-id <1197154798.88.0.321957046958.issue1573@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury is right. "def f(*, **kw): pass" should raise a SyntaxError. The
keyword-only delimiter is useless since the **kw parameter already only
accepts keywords.
History
Date User Action Args
2007-12-08 22:59:59alexandre.vassalottisetspambayes_score: 0.0932756 -> 0.09327557
recipients: + alexandre.vassalotti, amaury.forgeotdarc, christian.heimes
2007-12-08 22:59:58alexandre.vassalottisetspambayes_score: 0.0932756 -> 0.0932756
messageid: <1197154798.88.0.321957046958.issue1573@psf.upfronthosting.co.za>
2007-12-08 22:59:58alexandre.vassalottilinkissue1573 messages
2007-12-08 22:59:58alexandre.vassalotticreate