[issue20326] Argument Clinic should use a non-error-prone syntax to mark text signatures

Nick Coghlan report at bugs.python.org
Sun Jan 26 14:47:14 CET 2014


Nick Coghlan added the comment:

Aside from that glitch, the new scheme looks good to me. I also like the fact it allows the text signature to be included in the docstring normally if inspect.Signature doesn't support it, so help(f) can still be generated automatically.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20326>
_______________________________________


More information about the Python-bugs-list mailing list