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 2353381a
Recipients 2353381a, docs@python
Date 2021-03-26.11:50:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616759420.96.0.930885949934.issue43632@roundup.psfhosted.org>
In-reply-to
Content
In this section 
 https://docs.python.org/3.8/howto/descriptor.html#functions-and-methods , there is an error:

the output of CMD 'd.f.__func__' should be same as the output of 'D.__dict__['f']'. Here the former should be '<function D.f at 0x00C45070>', but not '<function D.f at 0x1012e5ae8>'
History
Date User Action Args
2021-03-26 11:50:202353381asetrecipients: + 2353381a, docs@python
2021-03-26 11:50:202353381asetmessageid: <1616759420.96.0.930885949934.issue43632@roundup.psfhosted.org>
2021-03-26 11:50:202353381alinkissue43632 messages
2021-03-26 11:50:202353381acreate