Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Doc/library/xml.etree.elementtree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for parsing and creating XML data.
This module will use a fast implementation whenever available.

.. deprecated:: 3.3
The :mod:`xml.etree.cElementTree` module is deprecated.
The :mod:`!xml.etree.cElementTree` module is deprecated.


.. warning::
Expand Down Expand Up @@ -825,6 +825,8 @@ Reference
Functions
^^^^^^^^^

.. module:: xml.etree.ElementInclude

.. function:: xml.etree.ElementInclude.default_loader( href, parse, encoding=None)
:module:

Expand Down Expand Up @@ -862,6 +864,9 @@ Functions
Element Objects
^^^^^^^^^^^^^^^

.. module:: xml.etree.ElementTree
:noindex:

.. class:: Element(tag, attrib={}, **extra)

Element class. This class defines the Element interface, and provides a
Expand Down
1 change: 0 additions & 1 deletion Doc/tools/.nitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ Doc/library/wsgiref.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.dom.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.rst
Doc/library/xml.sax.handler.rst
Doc/library/xml.sax.reader.rst
Expand Down