We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385ecd8 commit 48c50bfCopy full SHA for 48c50bf
Doc/library/xml.etree.elementtree.rst
@@ -101,8 +101,9 @@ Functions
101
and ``"end-ns"`` (the "ns" events are used to get detailed namespace
102
information). If *events* is omitted, only ``"end"`` events are reported.
103
*parser* is an optional parser instance. If not given, the standard
104
- :class:`XMLParser` parser is used. Returns an :term:`iterator` providing
105
- ``(event, elem)`` pairs.
+ :class:`XMLParser` parser is used. *parser* is not supported by
+ ``cElementTree``. Returns an :term:`iterator` providing ``(event, elem)``
106
+ pairs.
107
108
.. note::
109
0 commit comments