[Python-Dev] The Clinic Has Landed

Nick Coghlan ncoghlan at gmail.com
Sat Oct 19 10:00:15 CEST 2013


On 19 October 2013 17:13, Larry Hastings <larry at hastings.org> wrote:
> "Hello, I'd like to have an argument, please."
>
> After more than a year of development, Argument Clinic is now checked in to
> CPython trunk.  Thanks, everyone, for your feedback and encouragement!

Huzzah! Thanks for your efforts pushing through such a huge step
towards finally being able to fix this current limitation:

>>> inspect.signature(open)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/ncoghlan/devel/py3k/Lib/inspect.py", line 1533, in signature
    raise ValueError(msg)
ValueError: no signature found for builtin function <built-in function open>

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list