[issue19723] Argument Clinic should add markers for humans

Serhiy Storchaka report at bugs.python.org
Mon Jan 6 23:06:49 CET 2014


Serhiy Storchaka added the comment:

> I use Emacs, so I have no idea what would help for Kate.  I suppose Kate is programmable?  Maybe you can add some kind of filter for this purpose?

In comparision with Emacs it is not programmable.

> If e.g. binascii_a2b_uu_impl were moved to a different file, how would binascii_a2b_uu call it without exposing the symbol externally?

No, I propose to move generated binascii_a2b_uu__doc__, BINASCII_A2B_UU_METHODDEF and binascii_a2b_uu to separate file, and left clinic input and binascii_a2b_uu_impl in main file. Then #include "binascii.clinic" should be added before the list of module functions.

----------

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


More information about the Python-bugs-list mailing list