[Python-Dev] The Clinic Has Landed (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Sat Oct 19 10:00:15 CEST 2013
- Previous message: [Python-Dev] The Clinic Has Landed
- Next message: [Python-Dev] An interesting exception handling quirk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 "", line 1, in File "/home/ncoghlan/devel/py3k/Lib/inspect.py", line 1533, in signature raise ValueError(msg) ValueError: no signature found for builtin function
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] The Clinic Has Landed
- Next message: [Python-Dev] An interesting exception handling quirk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]