<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 02/04/2014 05:19 AM, Victor Stinner
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMpsgwZ=mEs3i8hPkiEeNDg8ysCsOUmq4AwnThbLTzAxECvtpw@mail.gmail.com"
      type="cite">
      <pre wrap="">2014-02-04 Larry Hastings <a class="moz-txt-link-rfc2396E" href="mailto:larry@hastings.org"><larry@hastings.org></a>:
</pre>
      <blockquote type="cite">
        <pre wrap="">Why couldn't these tools use inspect.Signature?
</pre>
      </blockquote>
      <pre wrap="">
inspect.Signature was added in Python 3.3. Python 2 is still widely
used, and some Linux distro only provide Python 3.2.

By the way, help(dict.fromkeys) looks to use __doc__, not the
signature, because the prototype is also missing.

It's a regression.
</pre>
    </blockquote>
    <br>
    In 3.4, inspect.getfullargspec and inspect.getargspec are being
    reimplemented using inspect.Signature.<br>
    <br>
    I don't understand your bringing up Python 2 and Python 3.2.  Are
    there programs that run under Python 2 and Python 3.2 that examine
    docstrings from Python 3.4?<br>
    <br>
    <br>
    <i>/arry</i><br>
  </body>
</html>