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 Paul Pinterits
Recipients Paul Pinterits, cryvate, docs@python
Date 2017-10-09.16:47:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507567625.24.0.213398074469.issue31735@psf.upfronthosting.co.za>
In-reply-to
Content
I'm aware that descriptors have to exist on the class in order to work. The point is that the documentation states "If d defines the method __get__(), then d.__get__(obj) is invoked" (where d is obj.d), which is simply not true.
History
Date User Action Args
2017-10-09 16:47:05Paul Pinteritssetrecipients: + Paul Pinterits, docs@python, cryvate
2017-10-09 16:47:05Paul Pinteritssetmessageid: <1507567625.24.0.213398074469.issue31735@psf.upfronthosting.co.za>
2017-10-09 16:47:05Paul Pinteritslinkissue31735 messages
2017-10-09 16:47:05Paul Pinteritscreate