[issue8488] Docstrings of non-data descriptors "ignored"

Irit Katriel report at bugs.python.org
Fri Nov 6 13:34:48 EST 2020


Irit Katriel <iritkatriel at yahoo.com> added the comment:

I got this output on 3.10, so I think this has been fixed:


lass Demo(builtins.object)
 |  Readonly properties defined here:
 |
 |  data
 |
 |  non_data
 |
 |  prop
 |      Doc of a property.
 |
 |  ----------------------------------------------------------------------
 |  Data descriptors defined here:
 |
 |  __dict__
 |      dictionary for instance variables (if defined)
 |
 |  __weakref__
 |      list of weak references to the object (if defined)

----------
nosy: +iritkatriel
status: open -> pending

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


More information about the Python-bugs-list mailing list