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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to