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 wim.glenn
Recipients docs@python, wim.glenn
Date 2020-01-09.01:02:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578531733.6.0.729486446761.issue39269@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3/howto/descriptor.html

Current descriptor how-to guide, above, has no mention about API features added since Python 3.6 (see __set_name__ in PEP 487)

It's an important and useful piece of using descriptors effectively and the guide could be updated to include some info about that. 

There's some info in datamodel.html (e.g. 3.3.3.6. Creating the class object) but a mention in the how-to guide would be welcome too.
History
Date User Action Args
2020-01-09 01:02:13wim.glennsetrecipients: + wim.glenn, docs@python
2020-01-09 01:02:13wim.glennsetmessageid: <1578531733.6.0.729486446761.issue39269@roundup.psfhosted.org>
2020-01-09 01:02:13wim.glennlinkissue39269 messages
2020-01-09 01:02:12wim.glenncreate