Re: [Python-Dev] undocumented help() function change in Python 3.4?

2014年3月07日 21:51:07 -0800

On 8 March 2014 11:29, Terry Reedy <[email protected]> wrote:
> Perhaps add something to
>
> Other Language Changes
> ----------------------
> * Signatures reported by help() have been modified and improved by Argument
> Clinic and changes to the inspect module.
Yeah, the changes to help() are doubly indirect - help() uses pydoc
which uses inspect, and inspect saw a lot of changes.
I'll make a few updates to the What's New to help make the
consequences of this clearer.
Cheers,
Nick.
-- 
Nick Coghlan | [email protected] | Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
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