On Fri, 24 Jan 2014 20:07:43 -0800
Larry Hastings <la...@hastings.org> wrote:
> 
> A) pydoc and help() should not show bound parameters in the signature, 
> like inspect.signature.

-1 from me. The problem is this will make help(c.foo) inconsistent with
help(c) and help(C), and is bound to confuse newcomers.

Speaking of which, I think asking for votes before all arguments have
been made is counter-productive.

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to