summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-02-05-12-01-58.bpo-38941.8IhvyG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2022-02-05-12-01-58.bpo-38941.8IhvyG.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2022-02-05-12-01-58.bpo-38941.8IhvyG.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-02-05-12-01-58.bpo-38941.8IhvyG.rst b/Misc/NEWS.d/next/Library/2022-02-05-12-01-58.bpo-38941.8IhvyG.rst
deleted file mode 100644
index 5f99604..0000000
--- a/Misc/NEWS.d/next/Library/2022-02-05-12-01-58.bpo-38941.8IhvyG.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-The :mod:`xml.etree.ElementTree` module now emits :exc:`DeprecationWarning`
-when testing the truth value of an :class:`xml.etree.ElementTree.Element`.
-Before, the Python implementation emitted :exc:`FutureWarning`, and the C
-implementation emitted nothing.