This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, serhiy.storchaka, skrah, zach.ware
Date 2014-01-22.12:08:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390392508.34.0.675800834502.issue20326@psf.upfronthosting.co.za>
In-reply-to
Content
Right, at the very least we want to handle positional only arguments (since PEP 362 also handles those).

My one concern with using "def " as the prefix is the fact it's not actually Python syntax.

How do you feel about using "sig: " as the prefix? That would still read sensibly even if you somehow got hold of the unaltered C level docstring rather than going through the properties.
History
Date User Action Args
2014-01-22 12:08:28ncoghlansetrecipients: + ncoghlan, gvanrossum, barry, brett.cannon, larry, jkloth, skrah, gennad, zach.ware, serhiy.storchaka
2014-01-22 12:08:28ncoghlansetmessageid: <1390392508.34.0.675800834502.issue20326@psf.upfronthosting.co.za>
2014-01-22 12:08:28ncoghlanlinkissue20326 messages
2014-01-22 12:08:28ncoghlancreate