Message208788
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. |
|
Date |
User |
Action |
Args |
2014-01-22 12:08:28 | ncoghlan | set | recipients:
+ ncoghlan, gvanrossum, barry, brett.cannon, larry, jkloth, skrah, gennad, zach.ware, serhiy.storchaka |
2014-01-22 12:08:28 | ncoghlan | set | messageid: <1390392508.34.0.675800834502.issue20326@psf.upfronthosting.co.za> |
2014-01-22 12:08:28 | ncoghlan | link | issue20326 messages |
2014-01-22 12:08:28 | ncoghlan | create | |
|