https://github.com/python/cpython/commit/e68849f4ce90b97ebdbd0793feff040895c5b52f commit: e68849f4ce90b97ebdbd0793feff040895c5b52f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2026-09-03T09:38:15Z summary:
[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 50ed1ec6ca07e14d2b501a14a059c8a5f91782b4) Co-authored-by: Serhiy Storchaka <[email protected]> files: M Doc/library/xml.etree.elementtree.rst diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 8b94c2675c1d48..66a97682ed5923 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -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` alias of this module is deprecated. .. note:: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
