diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-01-20 11:40:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 11:40:06 (GMT) |
commit | 3847a6c64b96bb2cb93be394a590d4df2c35e876 (patch) | |
tree | 690f476a3bbd8f850e524b9a46ecd626f39f5ec8 /Misc | |
parent | 9109d460511a317f5598a26658ba495e77ea8686 (diff) | |
download | cpython-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.rst | 1 |
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. |