Silvan Jegen added the comment:
The situation is as follows.
According to the online documentation of Python 2.7 the
xml.etree.ElementTree.iterparse() function takes up to three arguments, two of
them named ones:
xml.etree.ElementTree.iterparse(source, events=None, parser=None)
In the C
Silvan Jegen added the comment:
I changed a few lines in the glue code of the _elementtree.c Module of Python
3.3.0a0 to add support for the "parser" argument. I do have to admit though
that I am not familiar with the Python/C-API so this solution may not be ideal
(i. e. it may