summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-01-20 11:40:06 (GMT)
committerGitHub <noreply@github.com>2023-01-20 11:40:06 (GMT)
commit3847a6c64b96bb2cb93be394a590d4df2c35e876 (patch)
tree690f476a3bbd8f850e524b9a46ecd626f39f5ec8 /Misc
parent9109d460511a317f5598a26658ba495e77ea8686 (diff)
downloadcpython-3847a6c64b96bb2cb93be394a590d4df2c35e876.zip
cpython-3847a6c64b96bb2cb93be394a590d4df2c35e876.tar.gz
cpython-3847a6c64b96bb2cb93be394a590d4df2c35e876.tar.bz2
gh-92123: Convert `_elementtree` types to heap types (#99221)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-20-21-06-08.bpo-40077.M-iZq3.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-20-21-06-08.bpo-40077.M-iZq3.rst b/Misc/NEWS.d/next/Library/2020-11-20-21-06-08.bpo-40077.M-iZq3.rst
new file mode 100644
index 0000000..8a74477
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-11-20-21-06-08.bpo-40077.M-iZq3.rst
@@ -0,0 +1 @@
+Convert :mod:`elementtree` types to heap types. Patch by Erlend E. Aasland.