Nick Coghlan added the comment:

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).

----------
nosy: +ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20184>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to