Commit 48c50bf4 authored by Eli Bendersky's avatar Eli Bendersky

Clarify ET.iterparse documentation - this function is not supported by the

C implementation.
parent 385ecd84
...@@ -101,8 +101,9 @@ Functions ...@@ -101,8 +101,9 @@ Functions
and ``"end-ns"`` (the "ns" events are used to get detailed namespace and ``"end-ns"`` (the "ns" events are used to get detailed namespace
information). If *events* is omitted, only ``"end"`` events are reported. information). If *events* is omitted, only ``"end"`` events are reported.
*parser* is an optional parser instance. If not given, the standard *parser* is an optional parser instance. If not given, the standard
:class:`XMLParser` parser is used. Returns an :term:`iterator` providing :class:`XMLParser` parser is used. *parser* is not supported by
``(event, elem)`` pairs. ``cElementTree``. Returns an :term:`iterator` providing ``(event, elem)``
pairs.
.. note:: .. note::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment