[issue20159] Derby #7: Convert 51 sites to Argument Clinic across 3 files -> Derby: Convert the ElementTree module to use Argument Clinic

Serhiy Storchaka report at bugs.python.org
Sun Apr 5 11:53:32 CEST 2015


Serhiy Storchaka added the comment:

Updated patch. Converted __init__ methods and removed explicit declarations of self parameters. SubElement and Element.__init__ still are not converted, as they need the support of **kwargs.

----------
Added file: http://bugs.python.org/file38837/etree_clinic_2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20159>
_______________________________________


More information about the Python-bugs-list mailing list