Skip to content

Commit 48c50bf

Browse files
committed
Clarify ET.iterparse documentation - this function is not supported by the
C implementation.
1 parent 385ecd8 commit 48c50bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/xml.etree.elementtree.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ Functions
101101
and ``"end-ns"`` (the "ns" events are used to get detailed namespace
102102
information). If *events* is omitted, only ``"end"`` events are reported.
103103
*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.
104+
:class:`XMLParser` parser is used. *parser* is not supported by
105+
``cElementTree``. Returns an :term:`iterator` providing ``(event, elem)``
106+
pairs.
106107

107108
.. note::
108109

0 commit comments

Comments
 (0)