On 6 Jul, 2013, at 19:33, Larry Hastings <la...@hastings.org> wrote: > > Once builtins have introspection information, pydoc can do a better job, and > Argument Clinic can stop generating its redundant prototype line.
Not entirely on topic, but close enough: pydoc currently doesn't use the __signature__ information at all. Adding such support would be easy enough, see #17053 for an implementation ;-) Ronald _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com