File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ for parsing and creating XML data.
1717 This module will use a fast implementation whenever available.
1818
1919.. deprecated :: 3.3
20- The :mod: `xml.etree.cElementTree ` module is deprecated.
20+ The :mod: `! xml.etree.cElementTree ` module is deprecated.
2121
2222
2323.. warning ::
@@ -825,6 +825,8 @@ Reference
825825Functions
826826^^^^^^^^^
827827
828+ .. module :: xml.etree.ElementInclude
829+
828830.. function :: xml.etree.ElementInclude.default_loader( href, parse, encoding=None)
829831 :module:
830832
@@ -862,6 +864,9 @@ Functions
862864Element Objects
863865^^^^^^^^^^^^^^^
864866
867+ .. module :: xml.etree.ElementTree
868+ :noindex:
869+
865870.. class :: Element(tag, attrib={}, **extra)
866871
867872 Element class. This class defines the Element interface, and provides a
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ Doc/library/wsgiref.rst
141141Doc/library/xml.dom.minidom.rst
142142Doc/library/xml.dom.pulldom.rst
143143Doc/library/xml.dom.rst
144- Doc/library/xml.etree.elementtree.rst
145144Doc/library/xml.rst
146145Doc/library/xml.sax.handler.rst
147146Doc/library/xml.sax.reader.rst
You can’t perform that action at this time.
0 commit comments