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 titanolodon
Recipients docs@python, rhettinger, titanolodon
Date 2021-04-22.22:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619131598.14.0.103943523706.issue43917@roundup.psfhosted.org>
In-reply-to
Content
In this section https://docs.python.org/3/howto/descriptor.html#class-methods in the example of python implementation of ClassMethod inside __get__ method I think that we should check hasattr(self.f, "__get__") instead of hasattr(obj, "__get__").
History
Date User Action Args
2021-04-22 22:46:38titanolodonsetrecipients: + titanolodon, rhettinger, docs@python
2021-04-22 22:46:38titanolodonsetmessageid: <1619131598.14.0.103943523706.issue43917@roundup.psfhosted.org>
2021-04-22 22:46:38titanolodonlinkissue43917 messages
2021-04-22 22:46:38titanolodoncreate