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 veky
Recipients gvanrossum, levkivskyi, ncoghlan, serhiy.storchaka, veky, yselivanov
Date 2020-04-14.07:20:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586848809.39.0.327783500285.issue40257@roundup.psfhosted.org>
In-reply-to
Content
Ok, I get what you're saying. But if someone writes

    class B(A):
      # no docstring at all
      ...

    help(B)

they'll still get other elements of current help? Particularly, "Methods inherited from A" (with their docstrings)?
History
Date User Action Args
2020-04-14 07:20:09vekysetrecipients: + veky, gvanrossum, ncoghlan, serhiy.storchaka, yselivanov, levkivskyi
2020-04-14 07:20:09vekysetmessageid: <1586848809.39.0.327783500285.issue40257@roundup.psfhosted.org>
2020-04-14 07:20:09vekylinkissue40257 messages
2020-04-14 07:20:09vekycreate