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 cryvate
Recipients Paul Pinterits, cryvate, docs@python
Date 2017-10-10.08:59:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507625984.66.0.213398074469.issue31735@psf.upfronthosting.co.za>
In-reply-to
Content
I do think though that

"If d defines the method __get__(), then d.__get__(obj) is invoked according to the precedence rules listed below."

seems to contain a mistake in that it should have

d.__get__(obj, type(obj)) instead of d.__get__(obj)
History
Date User Action Args
2017-10-10 08:59:44cryvatesetrecipients: + cryvate, docs@python, Paul Pinterits
2017-10-10 08:59:44cryvatesetmessageid: <1507625984.66.0.213398074469.issue31735@psf.upfronthosting.co.za>
2017-10-10 08:59:44cryvatelinkissue31735 messages
2017-10-10 08:59:44cryvatecreate