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:
parent
0040dcc7c7
commit
a7aa657b4b
|
@ -285,6 +285,11 @@ Deprecated modules
|
||||||
Date: 2017-05-15
|
Date: 2017-05-15
|
||||||
Documentation: Platform is obsolete/unsupported.
|
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
|
Deprecation of modules removed in Python 3.0
|
||||||
============================================
|
============================================
|
||||||
|
|
Loading…
Reference in New Issue