[issue38587] __set_name__ missing from descriptor howto documentation

2019-10-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for the note. I've already go this in my pending edits. -- assignee: docs@python -> rhettinger nosy: +rhettinger resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Descriptors HowTo doesn't mention __set_nam

[issue38587] __set_name__ missing from descriptor howto documentation

2019-10-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +ncoghlan versions: +Python 3.9 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailin

[issue38587] __set_name__ missing from descriptor howto documentation

2019-10-24 Thread Mike Driscoll
New submission from Mike Driscoll : I noticed that __set_name__ is not mentioned in https://docs.python.org/3/howto/descriptor.html even though it was added in https://www.python.org/dev/peps/pep-0487/ and mentioned here https://docs.python.org/3/whatsnew/3.6.html#pep-487-descriptor-protocol-