File tree 2 files changed +6
-2
lines changed
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.
17
17
This module will use a fast implementation whenever available.
18
18
19
19
.. deprecated :: 3.3
20
- The :mod: `xml.etree.cElementTree ` module is deprecated.
20
+ The :mod: `! xml.etree.cElementTree ` module is deprecated.
21
21
22
22
23
23
.. warning ::
@@ -825,6 +825,8 @@ Reference
825
825
Functions
826
826
^^^^^^^^^
827
827
828
+ .. module :: xml.etree.ElementInclude
829
+
828
830
.. function :: xml.etree.ElementInclude.default_loader( href, parse, encoding=None)
829
831
:module:
830
832
@@ -862,6 +864,9 @@ Functions
862
864
Element Objects
863
865
^^^^^^^^^^^^^^^
864
866
867
+ .. module :: xml.etree.ElementTree
868
+ :noindex:
869
+
865
870
.. class :: Element(tag, attrib={}, **extra)
866
871
867
872
Element class. This class defines the Element interface, and provides a
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ Doc/library/wsgiref.rst
139
139
Doc/library/xml.dom.minidom.rst
140
140
Doc/library/xml.dom.pulldom.rst
141
141
Doc/library/xml.dom.rst
142
- Doc/library/xml.etree.elementtree.rst
143
142
Doc/library/xml.rst
144
143
Doc/library/xml.sax.handler.rst
145
144
Doc/library/xml.sax.reader.rst
You can’t perform that action at this time.
0 commit comments