On 01/05/2014 11:49 AM, Terry Reedy wrote:
On 1/5/2014 11:21 AM, Larry Hastings wrote:
By my estimate, there are about six hundred places that could be converted to work with Argument Clinic in CPython; as of this writing only a dozen or
two have actually been converted.
Do you remember which? I suggest builtin classes and functions as priorities.

I don't, but they're easy to find with UNIX shell tools:

        fgrep -l clinic */*.c

I will try to speed up my timetable for converting Idle calltips to using inspect.signature instead of the older functions. Does help (pydoc) already do so?

Yes.


//arry/
_______________________________________________
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