Update PEP 4 with xml.etree.cElementTree removal (#1392)

See: https://github.com/python/cpython/pull/12707
See: https://bugs.python.org/issue36543
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
Christian Heimes 2020-06-17 10:47:25 +02:00 committed by GitHub
parent 0040dcc7c7
commit a7aa657b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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
============================================