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 eli.bendersky, larry, scoder, serhiy.storchaka
Date 2014-01-07.09:29:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389086966.47.0.33615845784.issue20159@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which converts xml.etree.ElementTree accelerator module to use Argument Clinic. 34 methods are converted. Not converted __init__ methods (is Argument Clinic support it?) and the SubElement function which seems can't be converted.
History
Date User Action Args
2014-01-07 09:29:27serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, larry, eli.bendersky
2014-01-07 09:29:26serhiy.storchakasetmessageid: <1389086966.47.0.33615845784.issue20159@psf.upfronthosting.co.za>
2014-01-07 09:29:26serhiy.storchakalinkissue20159 messages
2014-01-07 09:29:26serhiy.storchakacreate