Skip to content

Commit a7aa657

Browse files
authored
Update PEP 4 with xml.etree.cElementTree removal (#1392)
See: python/cpython#12707 See: https://bugs.python.org/issue36543 Signed-off-by: Christian Heimes <[email protected]>
1 parent 0040dcc commit a7aa657

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pep-0004.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ Deprecated modules
285285
Date: 2017-05-15
286286
Documentation: Platform is obsolete/unsupported.
287287

288+
Module name: xml.etree.cElementTree
289+
Rationale: Obsolete, use xml.etree.ElementTree
290+
Date: 2019-04-06
291+
Documentation: Documented as deprecated since 3.3
292+
Removed in 3.9
288293

289294
Deprecation of modules removed in Python 3.0
290295
============================================

0 commit comments

Comments
 (0)