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 ammar2
Recipients ammar2, docs@python, xiang.zhang
Date 2017-01-17.16:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484670154.86.0.129286533174.issue29292@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like a basic description of kwdefs was added as part of this commit: https://github.com/python/cpython/commit/7811a5d1c93f2aa0b357444eeb3f1ddc242ac57a

"keywords and defaults," however, the kwdefs argument was never added to the prototype.

I've attached a patch which adds the argument to the prototype and clarifies the language a little bit.
History
Date User Action Args
2017-01-17 16:22:34ammar2setrecipients: + ammar2, docs@python, xiang.zhang
2017-01-17 16:22:34ammar2setmessageid: <1484670154.86.0.129286533174.issue29292@psf.upfronthosting.co.za>
2017-01-17 16:22:34ammar2linkissue29292 messages
2017-01-17 16:22:34ammar2create