<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/05/2014 11:49 AM, Terry Reedy
      wrote:<br>
    </div>
    <blockquote cite="mid:laccvt$jgp$1@ger.gmane.org" type="cite">On
      1/5/2014 11:21 AM, Larry Hastings wrote:
      <br>
      <blockquote type="cite">
        By my estimate, there are about six hundred places that could be
        converted<br>
        to work with Argument Clinic in CPython; as of this writing only
        a dozen or
        <br>
        two have actually been converted.
        <br>
      </blockquote>
      Do you remember which? I suggest builtin classes and functions as
      priorities.
      <br>
    </blockquote>
    <br>
    I don't, but they're easy to find with UNIX shell tools:<br>
    <br>
            fgrep -l clinic */*.c<br>
    <br>
    <blockquote cite="mid:laccvt$jgp$1@ger.gmane.org" type="cite">
      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?<br>
    </blockquote>
    <br>
    Yes.<br>
    <br>
    <br>
    <i>/arry</i><br>
  </body>
</html>