File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,11 @@ Removed
671
671
module have been removed. They were deprecated in Python 3.2.
672
672
Use ``iter(x) `` or ``list(x) `` instead of ``x.getchildren() `` and
673
673
``x.iter() `` or ``list(x.iter()) `` instead of ``x.getiterator() ``.
674
- The ``xml.etree.cElementTree `` module has been removed.
674
+ The ``xml.etree.cElementTree `` module has been removed,
675
+ use the :mod: `xml.etree.ElementTree ` module instead.
676
+ Since Python 3.3 the ``xml.etree.cElementTree `` module has been deprecated,
677
+ the ``xml.etree.ElementTree `` module uses a fast implementation whenever
678
+ available.
675
679
(Contributed by Serhiy Storchaka in :issue: `36543 `.)
676
680
677
681
* The old :mod: `plistlib ` API has been removed, it was deprecated since Python
You can’t perform that action at this time.
0 commit comments