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 eric.snow
Recipients brett.cannon, eric.snow, terry.reedy
Date 2014-05-30.19:52:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401479564.48.0.235444620622.issue21577@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I also noticed that about **kwargs, but only a little while later and didn't get around to making a note here.  As to ArgumentClinic, I imagine that this could be fixed when ModuleType (in Objects/moduleobject.c) gets converted to use it.  I don't know too much about the limitations though--maybe that's why it wasn't converted already.
History
Date User Action Args
2014-05-30 19:52:44eric.snowsetrecipients: + eric.snow, brett.cannon, terry.reedy
2014-05-30 19:52:44eric.snowsetmessageid: <1401479564.48.0.235444620622.issue21577@psf.upfronthosting.co.za>
2014-05-30 19:52:44eric.snowlinkissue21577 messages
2014-05-30 19:52:44eric.snowcreate