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 mark.dickinson
Recipients larry, mark.dickinson, r.david.murray
Date 2012-12-28.17:09:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356714578.03.0.183919039295.issue16801@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, in case it saves anyone else some time, the current machinery is in Lib/pydoc.py, in the `TextDoc.docroutine` method.  It uses inspect.getfullargspec to retrieve the information to format, though I guess using inspect.Signature would be the modern way to do this.
History
Date User Action Args
2012-12-28 17:09:38mark.dickinsonsetrecipients: + mark.dickinson, larry, r.david.murray
2012-12-28 17:09:38mark.dickinsonsetmessageid: <1356714578.03.0.183919039295.issue16801@psf.upfronthosting.co.za>
2012-12-28 17:09:38mark.dickinsonlinkissue16801 messages
2012-12-28 17:09:37mark.dickinsoncreate