[issue20184] Derby #16: Convert 50 sites to Argument Clinic across 9 files

Nick Coghlan report at bugs.python.org
Sat Jan 25 08:08:58 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20184>
_______________________________________


More information about the Python-bugs-list mailing list