Skip to content

Commit e68849f

Browse files
[3.14] gh-128805: Clarify the deprecation notice of xml.etree.cElementTree (GH-156779) (GH-156884)
It was read as deprecating xml.etree.ElementTree itself, because the page does not mention cElementTree anywhere else. (cherry picked from commit 50ed1ec) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent a3084ff commit e68849f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/xml.etree.elementtree.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` alias of this module is deprecated.
2121

2222

2323
.. note::

0 commit comments

Comments
 (0)