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 amc1
Recipients
Date 2002-09-09.13:58:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I think the code that pydoc uses to format docstrings 
(which is located in inspect.getdoc) should be exposed, 
so that you can in some way pass docstrings directly to 
be formatted, rather than "wrapping" them as a __doc__ 
attribute on a temporary object.
History
Date User Action Args
2008-01-20 09:59:21adminlinkissue606733 messages
2008-01-20 09:59:21admincreate