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 stefan
Recipients stefan, steven.daprano, xtreak
Date 2018-12-09.23:11:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544397106.35.0.788709270274.issue35449@psf.upfronthosting.co.za>
In-reply-to
Content
Exactly ! I'm fully aware of the ubiquity of objects in Python, and it is for that reason that I had naively expected `pydoc` to simply DoTheRightThing when encountering an object containing a `__doc__` attribute. rather than only working for types and function objects.

OK, assuming that this is a recognized bug / limitation, it seems easy to address.

Is there any discussion concerning what syntax might be used for docstrings associated with objects ? (There seem to be some partial solutions added on top of the Python parser (I think `epydoc` offered one), but it would be nice to have a built-in solution to avoid having to re-invent wheels.
History
Date User Action Args
2018-12-09 23:11:46stefansetrecipients: + stefan, steven.daprano, xtreak
2018-12-09 23:11:46stefansetmessageid: <1544397106.35.0.788709270274.issue35449@psf.upfronthosting.co.za>
2018-12-09 23:11:46stefanlinkissue35449 messages
2018-12-09 23:11:46stefancreate