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

Stefan Krah report at bugs.python.org
Tue Jan 21 19:33:27 CET 2014


Stefan Krah added the comment:

Larry Hastings <report at bugs.python.org> wrote:
> I think we should change the syntax to something people would
> never write by accident.  Here are some suggestions:
> 
> "*("
> "*clinic*("
> "\01 clinic("

I like the original "def (...)\n" approach from #19674.  If that is not
possible for some reason, "*(" is fine, too.

----------

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


More information about the Python-bugs-list mailing list