New submission from wim glenn <wim.gl...@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@python
components: Documentation
messages: 359642
nosy: docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39269>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to