This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients gvanrossum, larry, ncoghlan, pitrou, serhiy.storchaka, skrah
Date 2014-01-06.22:06:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389046009.09.0.94739939131.issue19723@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2014-01-06 22:06:49serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, ncoghlan, pitrou, larry, skrah
2014-01-06 22:06:49serhiy.storchakasetmessageid: <1389046009.09.0.94739939131.issue19723@psf.upfronthosting.co.za>
2014-01-06 22:06:49serhiy.storchakalinkissue19723 messages
2014-01-06 22:06:49serhiy.storchakacreate