On 19 October 2013 17:13, Larry Hastings <la...@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 | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ 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