[Python-checkins] cpython (3.2): Clarify ET.iterparse documentation - this function is not supported by the

eli.bendersky python-checkins at python.org
Thu Jan 24 16:25:59 CET 2013


http://hg.python.org/cpython/rev/5b02d622d625
changeset: 81690:5b02d622d625
branch: 3.2
parent: 81678:edf4c51c06a3
user: Eli Bendersky <eliben at gmail.com>
date: Thu Jan 24 07:23:34 2013 -0800
summary:
 Clarify ET.iterparse documentation - this function is not supported by the
C implementation.
files:
 Doc/library/xml.etree.elementtree.rst | 5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -101,8 +101,9 @@
 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::
 
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /