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 ncoghlan
Recipients larry, nadeem.vawda, ncoghlan
Date 2014-01-25.09:44:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390643064.29.0.168674179186.issue20184@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch shows the new test case I'm using to ensure that all callable builtins have signatures, and once we get it that way, it stays that way.

Preliminary goal is signatures for all the non-type objects, and once I get to that point, I'll propose it for review.
History
Date User Action Args
2014-01-25 09:44:24ncoghlansetrecipients: + ncoghlan, larry, nadeem.vawda
2014-01-25 09:44:24ncoghlansetmessageid: <1390643064.29.0.168674179186.issue20184@psf.upfronthosting.co.za>
2014-01-25 09:44:24ncoghlanlinkissue20184 messages
2014-01-25 09:44:21ncoghlancreate