◐ Shell
clean mode source ↗

[3.11] gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (GH-109799) by miss-islington · Pull Request #109801 · python/cpython

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