[New-bugs-announce] [issue20159] Convert the ElementTree module to use Argument Clinic

Serhiy Storchaka report at bugs.python.org
Tue Jan 7 10:29:26 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20159>
_______________________________________


More information about the New-bugs-announce mailing list