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, vstinner, xiang.zhang
Date 2017-01-18.16:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484758661.14.0.0434573151935.issue29292@psf.upfronthosting.co.za>
In-reply-to
Content
You're completely right, the kwdefs is referring to default arguments for keyword-only-arguments from this PEP: https://www.python.org/dev/peps/pep-3102/

Where as that line is probably referring to "defs", the defaults for normal parameters.

I'll upload an amended patch.
History
Date User Action Args
2017-01-18 16:57:41ammar2setrecipients: + ammar2, vstinner, docs@python, xiang.zhang
2017-01-18 16:57:41ammar2setmessageid: <1484758661.14.0.0434573151935.issue29292@psf.upfronthosting.co.za>
2017-01-18 16:57:41ammar2linkissue29292 messages
2017-01-18 16:57:40ammar2create