New submission from Serhiy Storchaka:

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.

----------
components: Extension Modules, XML
files: etree_clinic.patch
keywords: patch
messages: 207518
nosy: eli.bendersky, larry, scoder, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Convert the ElementTree module to use Argument Clinic
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file33338/etree_clinic.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20159>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to