Closed
Description
Documentation
PR #24901 provides the following changes to the Descriptor HowTo Guide:
- fix a typo;
- fix a Sphinx tag preventing syntax highlighting;
- fix a bug in
ClassMethod
; - reuse an existing
cls
name inObject
; - allow keyword arguments in
Type.__new__
andObject.__new__
; - allow attribute lookup from a class in
Member.__get__
; - use two more
super()
inObject
andType
for consistency.
Activity