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 larry
Recipients barry, brett.cannon, georg.brandl, gvanrossum, larry, ncoghlan, serhiy.storchaka
Date 2013-11-23.22:39:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385246399.02.0.77168576621.issue19674@psf.upfronthosting.co.za>
In-reply-to
Content
Fresh patch attached.  pydoc now uses inspect.signature instead of inspect.getfullargspec to generate the arguments for the function, and supports builtins.  That's everything :D

Planning on checking this in pretty soon, to get it in for beta (which hopefully still gets tagged today).
History
Date User Action Args
2013-11-23 22:39:59larrysetrecipients: + larry, gvanrossum, barry, brett.cannon, georg.brandl, ncoghlan, serhiy.storchaka
2013-11-23 22:39:59larrysetmessageid: <1385246399.02.0.77168576621.issue19674@psf.upfronthosting.co.za>
2013-11-23 22:39:59larrylinkissue19674 messages
2013-11-23 22:39:58larrycreate