diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-07 21:46:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 21:46:18 (GMT) |
commit | 176835c3d5c70f4c1b152cc2062b549144e37094 (patch) | |
tree | e283af10cf4903358e68c1c3ba84449dfc112be8 /Misc | |
parent | f193631387bfee99a812e39b05d5b7e6384b57f5 (diff) | |
download | cpython-176835c3d5c70f4c1b152cc2062b549144e37094.zip cpython-176835c3d5c70f4c1b152cc2062b549144e37094.tar.gz cpython-176835c3d5c70f4c1b152cc2062b549144e37094.tar.bz2 |
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-07-20-20-34.bpo-46932.xbarAs.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-07-20-20-34.bpo-46932.xbarAs.rst b/Misc/NEWS.d/next/Library/2022-03-07-20-20-34.bpo-46932.xbarAs.rst new file mode 100644 index 0000000..8545c65 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-07-20-20-34.bpo-46932.xbarAs.rst @@ -0,0 +1 @@ +Update bundled libexpat to 2.4.7 |