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 yselivanov
Recipients brett.cannon, larry, ncoghlan, yselivanov
Date 2014-01-28.17:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390928419.89.0.493774550745.issue20422@psf.upfronthosting.co.za>
In-reply-to
Content
Right now it may return `None` if no signature can be returned for the given builtin. If we decide to implement #17373 in 3.5, I'd like all three methods -- from_builtin, from_function, from_callable -- to either return a signature or to raise an exception.
History
Date User Action Args
2014-01-28 17:00:19yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, larry
2014-01-28 17:00:19yselivanovsetmessageid: <1390928419.89.0.493774550745.issue20422@psf.upfronthosting.co.za>
2014-01-28 17:00:19yselivanovlinkissue20422 messages
2014-01-28 17:00:19yselivanovcreate