File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ for parsing and creating XML data.
1515
1616.. versionchanged :: 3.3
1717 This module will use a fast implementation whenever available.
18+
19+ .. versiondeprecated :: 3.3
1820 The :mod: `xml.etree.cElementTree ` module is deprecated.
1921
2022
Original file line number Diff line number Diff line change @@ -670,11 +670,6 @@ Removed
670670 module have been removed. They were deprecated in Python 3.2.
671671 Use ``iter(x) `` or ``list(x) `` instead of ``x.getchildren() `` and
672672 ``x.iter() `` or ``list(x.iter()) `` instead of ``x.getiterator() ``.
673- The ``xml.etree.cElementTree `` module has been removed,
674- use the :mod: `xml.etree.ElementTree ` module instead.
675- Since Python 3.3 the ``xml.etree.cElementTree `` module has been deprecated,
676- the ``xml.etree.ElementTree `` module uses a fast implementation whenever
677- available.
678673 (Contributed by Serhiy Storchaka in :issue: `36543 `.)
679674
680675* The old :mod: `plistlib ` API has been removed, it was deprecated since Python
Original file line number Diff line number Diff line change @@ -3372,7 +3372,7 @@ markup and any values in the message. Patch by Paul Ganssle
33723372.. section: Library
33733373
33743374 Removed methods Element.getchildren(), Element.getiterator() and
3375- ElementTree.getiterator() and the xml.etree.cElementTree module .
3375+ ElementTree.getiterator().
33763376
33773377..
33783378
You can’t perform that action at this time.
0 commit comments