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 steven.daprano
Recipients stefan, steven.daprano, xtreak
Date 2018-12-09.22:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544395127.92.0.788709270274.issue35449@psf.upfronthosting.co.za>
In-reply-to
Content
Minor note on terminology: classes and functions are themselves objects.

I think that help() (or in particular PyDoc in general) should support any instance with a __doc__ attribute. Its failure to do so is causing pain, see #12154.
History
Date User Action Args
2018-12-09 22:38:47steven.dapranosetrecipients: + steven.daprano, stefan, xtreak
2018-12-09 22:38:47steven.dapranosetmessageid: <1544395127.92.0.788709270274.issue35449@psf.upfronthosting.co.za>
2018-12-09 22:38:47steven.dapranolinkissue35449 messages
2018-12-09 22:38:47steven.dapranocreate