Skip to content

Commit

Permalink
Update PEP 4 with xml.etree.cElementTree removal (python#1392)
Browse files Browse the repository at this point in the history
See: python/cpython#12707
See: https://bugs.python.org/issue36543
Signed-off-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran authored and mnm678 committed Oct 22, 2020
1 parent 1b8f832 commit 9ed5a11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pep-0004.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,11 @@ Deprecated modules
Date: 2017-05-15
Documentation: Platform is obsolete/unsupported.

Module name: xml.etree.cElementTree
Rationale: Obsolete, use xml.etree.ElementTree
Date: 2019-04-06
Documentation: Documented as deprecated since 3.3
Removed in 3.9

Deprecation of modules removed in Python 3.0
============================================
Expand Down

0 comments on commit 9ed5a11

Please sign in to comment.