Home | History | Annotate | Download | only in whatsnew

Lines Matching full:etree

2124 xml.etree.ElementTree
2127 The :mod:`xml.etree.ElementTree` module now imports its C accelerator by
2129 :mod:`xml.etree.cElementTree` (this module stays for backwards compatibility,
2131 :class:`~xml.etree.ElementTree.Element` has been optimized (rewritten in C).
2237 * :issue:`13988`: The :mod:`xml.etree.cElementTree` module is deprecated. The