[New-bugs-announce] [issue39269] Descriptor how-to guide wanting update for 3.6+ features

wim glenn report at bugs.python.org
Wed Jan 8 20:02:13 EST 2020


New submission from wim glenn <wim.glenn at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 359642
nosy: docs at python, wim.glenn
priority: normal
severity: normal
status: open
title: Descriptor how-to guide wanting update for 3.6+ features
versions: Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39269>
_______________________________________


More information about the New-bugs-announce mailing list