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 jdemeyer
Recipients docs@python, jdemeyer, jdufresne, rhettinger
Date 2019-05-03.12:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556887333.18.0.351278677322.issue36743@roundup.psfhosted.org>
In-reply-to
Content
> Perhaps the datamodel docs can be clarified to note that callers are allowed to omit the third argument

That's not true in general, only when __get__ is a slot wrapper (i.e. for classes implemented in C). When __get__ is a Python function, nothing special is done, it's just a Python function.
History
Date User Action Args
2019-05-03 12:42:13jdemeyersetrecipients: + jdemeyer, rhettinger, docs@python, jdufresne
2019-05-03 12:42:13jdemeyersetmessageid: <1556887333.18.0.351278677322.issue36743@roundup.psfhosted.org>
2019-05-03 12:42:13jdemeyerlinkissue36743 messages
2019-05-03 12:42:13jdemeyercreate