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.Zani
Recipients Alexandre.Zani, BreamoreBoy, avono, exarkun
Date 2012-06-01.17:11:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338570693.8.0.288633968317.issue4849@psf.upfronthosting.co.za>
In-reply-to
Content
I would tend to disagree with the use of **kwargs. It means the argument list would be implicit, not documented by the code and not checked at runtime. We could end up with anything in there. I'll try to propose a patch tonight that implements Jean-Paul's solution.
History
Date User Action Args
2012-06-01 17:11:34Alexandre.Zanisetrecipients: + Alexandre.Zani, exarkun, BreamoreBoy, avono
2012-06-01 17:11:33Alexandre.Zanisetmessageid: <1338570693.8.0.288633968317.issue4849@psf.upfronthosting.co.za>
2012-06-01 17:11:33Alexandre.Zanilinkissue4849 messages
2012-06-01 17:11:33Alexandre.Zanicreate