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 <[email protected]>
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: <[email protected]>
2020-04-14 07:20:09vekylinkissue40257 messages
2020-04-14 07:20:09vekycreate