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 xtreak
Recipients docs@python, xitop, xtreak
Date 2018-09-25.07:52:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537861937.31.0.545547206417.issue34748@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks @xitop for the report. Seems reasonable to me to link to https://docs.python.org/3.8/library/functools.html#partial-objects . Along similar lines I would suggest the below too where "partial objects" could be linked #partial-objects instead of #functools.partial . I will leave it for the reviewers though to decide on this.

"When func is a descriptor (such as a normal Python function, classmethod(), staticmethod(), abstractmethod() or another instance of partialmethod), calls to __get__ are delegated to the underlying descriptor, and an appropriate partial object returned as the result."


Thanks
History
Date User Action Args
2018-09-25 07:52:17xtreaksetrecipients: + xtreak, docs@python, xitop
2018-09-25 07:52:17xtreaksetmessageid: <1537861937.31.0.545547206417.issue34748@psf.upfronthosting.co.za>
2018-09-25 07:52:17xtreaklinkissue34748 messages
2018-09-25 07:52:17xtreakcreate