diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-08 09:03:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 09:03:18 (GMT) |
commit | c3ec5bc1b7a14b04621920f111aee01c31f6f1c1 (patch) | |
tree | 0e58a112707ace19173833e15a12ee5d5fe65413 /Misc | |
parent | 1c9701a3de0566c085e03dddc14a8508aaae349e (diff) | |
download | cpython-c3ec5bc1b7a14b04621920f111aee01c31f6f1c1.zip cpython-c3ec5bc1b7a14b04621920f111aee01c31f6f1c1.tar.gz cpython-c3ec5bc1b7a14b04621920f111aee01c31f6f1c1.tar.bz2 |
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)
(cherry picked from commit 176835c3d5c70f4c1b152cc2062b549144e37094)
Co-authored-by: Steve Dower <steve.dower@python.org>
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 |