29 Mar
2013
29 Mar
'13
4:40 a.m.
On Thu, Mar 28, 2013 at 9:26 PM, Eric Snow <ericsnowcurrently@gmail.com> wrote:
We now have a useful function signature abstraction in 3.3 with PEP 362. An outgrowth of this has been Larry Hasting's efforts on Argument Clinic. One open question is (was?) how to give a docstring to the C versions of __new__ and __init__.
In case anyone else doesn't follow python-dev and was wondering what Argument Clinic was: http://mail.python.org/pipermail/python-dev/2012-December/122920.html – Chris