This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients benjamin.peterson, eric.araujo, iritkatriel, r.david.murray, serhiy.storchaka, sir-sigurd, torsten, yselivanov
Date 2020-11-06.18:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604687688.18.0.639225098073.issue8488@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2020-11-06 18:34:48iritkatrielsetrecipients: + iritkatriel, benjamin.peterson, eric.araujo, r.david.murray, torsten, serhiy.storchaka, yselivanov, sir-sigurd
2020-11-06 18:34:48iritkatrielsetmessageid: <1604687688.18.0.639225098073.issue8488@roundup.psfhosted.org>
2020-11-06 18:34:48iritkatriellinkissue8488 messages
2020-11-06 18:34:48iritkatrielcreate