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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes
Date 2007-12-08.23:01:44
SpamBayes Score 0.03328987
Marked as misclassified No
Message-id <1197154905.1.0.0966125271933.issue1573@psf.upfronthosting.co.za>
In-reply-to
Content
> Why do you want to forbid
>   def f(*, **kw)

Well, TOOWTDI and the like...
and the first time I saw it, it seemed that any number of parameters is
allowed!
History
Date User Action Args
2007-12-08 23:01:45amaury.forgeotdarcsetspambayes_score: 0.0332899 -> 0.03328987
recipients: + amaury.forgeotdarc, christian.heimes, alexandre.vassalotti
2007-12-08 23:01:45amaury.forgeotdarcsetspambayes_score: 0.0332899 -> 0.0332899
messageid: <1197154905.1.0.0966125271933.issue1573@psf.upfronthosting.co.za>
2007-12-08 23:01:45amaury.forgeotdarclinkissue1573 messages
2007-12-08 23:01:44amaury.forgeotdarccreate