[issue23317] Incorrect description of descriptor invocation in Python Language Reference

Raymond Hettinger report at bugs.python.org
Fri Dec 3 20:54:16 EST 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I think we can leave this as-is.  It does a reasonable job of communicating where the descriptor is found and the arguments used when it is called.

Marking this as out of date because later in the howto guide there is a precise pure python equivalent for the lookup and invocation steps.

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list