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 rhettinger
Recipients docs@python, jdufresne, rhettinger
Date 2019-04-28.07:12:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556435529.55.0.161108310331.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 (which usually only makes sense when the second argument is not None). FWIW, section 3.3.2.3 already has an example of a direct call to a __get__ descriptor with only the *obj* argument.
History
Date User Action Args
2019-04-28 07:12:09rhettingersetrecipients: + rhettinger, docs@python, jdufresne
2019-04-28 07:12:09rhettingersetmessageid: <1556435529.55.0.161108310331.issue36743@roundup.psfhosted.org>
2019-04-28 07:12:09rhettingerlinkissue36743 messages
2019-04-28 07:12:09rhettingercreate