[issue19674] Add introspection information for builtins

Larry Hastings report at bugs.python.org
Sat Nov 23 23:39:59 CET 2013


Larry Hastings added the comment:

Fresh patch attached.  pydoc now uses inspect.signature instead of inspect.getfullargspec to generate the arguments for the function, and supports builtins.  That's everything :D

Planning on checking this in pretty soon, to get it in for beta (which hopefully still gets tagged today).

----------
Added file: http://bugs.python.org/file32815/larry.introspection.for.builtins.patch.4.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19674>
_______________________________________


More information about the Python-bugs-list mailing list