mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Clarify ET.iterparse documentation - this function is not supported by the
C implementation.
This commit is contained in:
@@ -101,8 +101,9 @@ Functions
|
||||
and ``"end-ns"`` (the "ns" events are used to get detailed namespace
|
||||
information). If *events* is omitted, only ``"end"`` events are reported.
|
||||
*parser* is an optional parser instance. If not given, the standard
|
||||
:class:`XMLParser` parser is used. Returns an :term:`iterator` providing
|
||||
``(event, elem)`` pairs.
|
||||
:class:`XMLParser` parser is used. *parser* is not supported by
|
||||
``cElementTree``. Returns an :term:`iterator` providing ``(event, elem)``
|
||||
pairs.
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user