diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-09-11 04:04:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 04:04:00 (GMT) |
commit | 5033aa77aacaa5505636f150e8d54baac5bdca9c (patch) | |
tree | 8cd8721d8b12f69169806666a8b5cfd64b2ee219 /Misc | |
parent | 2064bb6d576ff7016d59318038779f428b0f0f3f (diff) | |
download | cpython-5033aa77aacaa5505636f150e8d54baac5bdca9c.zip cpython-5033aa77aacaa5505636f150e8d54baac5bdca9c.tar.gz cpython-5033aa77aacaa5505636f150e8d54baac5bdca9c.tar.bz2 |
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-10-17-46-51.bpo-34625.D2YfDz.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-10-17-46-51.bpo-34625.D2YfDz.rst b/Misc/NEWS.d/next/Library/2018-09-10-17-46-51.bpo-34625.D2YfDz.rst new file mode 100644 index 0000000..0747ec5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-10-17-46-51.bpo-34625.D2YfDz.rst @@ -0,0 +1 @@ +Update vendorized expat library version to 2.2.6. |