This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: py38: document xml.etree.cElementTree will be removed in 3.9
Type: Stage: resolved
Components: Documentation Versions: Python 3.8
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Chitrank-Dixit, docs@python, eamanu, fdrake
Priority: normal Keywords: easy, patch

Created on 2020-03-25 19:07 by fdrake, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21784 closed Chitrank-Dixit, 2020-08-08 06:11
Messages (2)
msg375037 - (view) Author: Chitrank-Dixit (Chitrank-Dixit) * Date: 2020-08-08 06:15
Looking at this issue, I can see the changes in the file `xml.etree.elementtree` should go like

.. warning::

   The :mod:`xml.etree.ElementTree` will be removed from python 3.9.
msg378391 - (view) Author: Emmanuel Arias (eamanu) * Date: 2020-10-10 12:53
Hi, 

This ticket should be closed or updated.

see disussion https://bugs.python.org/issue36543
History
Date User Action Args
2022-04-11 14:59:28adminsetgithub: 84245
2022-01-09 11:43:02iritkatrielsetstatus: open -> closed
stage: patch review -> resolved
2020-10-10 12:53:49eamanusetnosy: + eamanu
messages: + msg378391
2020-08-08 06:15:46Chitrank-Dixitsetmessages: + msg375037
2020-08-08 06:11:42Chitrank-Dixitsetkeywords: + patch
nosy: + Chitrank-Dixit

pull_requests: + pull_request20925
stage: patch review
2020-03-25 19:09:58fdrakesetkeywords: + easy
2020-03-25 19:07:25fdrakecreate