https://github.com/python/cpython/commit/49f171c29c0d0f88d0247e90e419cf0c93d5d8c5 commit: 49f171c29c0d0f88d0247e90e419cf0c93d5d8c5 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-09-05T15:59:03+01:00 summary:
[3.15] gh-128805: Clarify the deprecation notice of xml.etree.cElementTree (GH-156779) (#156883) gh-128805: Clarify the deprecation notice of xml.etree.cElementTree (GH-156779) 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 310ccd651e18c7..c8c42f66dcfed6 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -15,7 +15,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]
