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 andrei.avk
Recipients andrei.avk, dlax, eric.smith, jmg, rhettinger, terry.reedy
Date 2021-07-23.13:31:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627047112.33.0.441351536932.issue42414@roundup.psfhosted.org>
In-reply-to
Content
I haven't modified `_finddoc` in my PR because it currently doesn't show all existing dataclass fields (only those with default set) -- therefore it would make sense to consider this addition if / when complete set of dataclass fields is added to _finddoc. Also as Terry mentioned, help() may end up using inspect.getdoc() in the future.
History
Date User Action Args
2021-07-23 13:31:52andrei.avksetrecipients: + andrei.avk, rhettinger, terry.reedy, eric.smith, jmg, dlax
2021-07-23 13:31:52andrei.avksetmessageid: <1627047112.33.0.441351536932.issue42414@roundup.psfhosted.org>
2021-07-23 13:31:52andrei.avklinkissue42414 messages
2021-07-23 13:31:52andrei.avkcreate