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.07:08:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390633738.56.0.937115321525.issue20184@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to specifically tackle the "bltinmodule" side of things using a test driven approach: adding a new test to test_inspect that checks all the builtin names have signatures (I'll explicitly exclude ones that are known not to be handled, like range and slice).
History
Date User Action Args
2014-01-25 07:08:58ncoghlansetrecipients: + ncoghlan, larry, nadeem.vawda
2014-01-25 07:08:58ncoghlansetmessageid: <1390633738.56.0.937115321525.issue20184@psf.upfronthosting.co.za>
2014-01-25 07:08:58ncoghlanlinkissue20184 messages
2014-01-25 07:08:58ncoghlancreate