diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-09-05 23:30:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 23:30:22 (GMT) |
commit | e5f2f8038540f9f06478f842f8f7313df4d2e59b (patch) | |
tree | 65b628d187f91415fa5f287be391d0a7d15d0008 /Misc | |
parent | 6fce7ea893dc3f69b607dd6ef48c2d3d0f6ca414 (diff) | |
download | cpython-e5f2f8038540f9f06478f842f8f7313df4d2e59b.zip cpython-e5f2f8038540f9f06478f842f8f7313df4d2e59b.tar.gz cpython-e5f2f8038540f9f06478f842f8f7313df4d2e59b.tar.bz2 |
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350)
* bpo-31170: Update libexpat from 2.2.3 to 2.2.4
Fix copying of partial characters for UTF-8 input (libexpat bug 115):
https://github.com/libexpat/libexpat/issues/115
* Add NEWS entry.
(cherry picked from commit 759e30ec47048cb9835c62aaeac48748c8151390)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-04-23-41-35.bpo-31170.QGmJ1t.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-04-23-41-35.bpo-31170.QGmJ1t.rst b/Misc/NEWS.d/next/Library/2017-09-04-23-41-35.bpo-31170.QGmJ1t.rst new file mode 100644 index 0000000..2505007 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-04-23-41-35.bpo-31170.QGmJ1t.rst @@ -0,0 +1,3 @@ +expat: Update libexpat from 2.2.3 to 2.2.4. Fix copying of partial +characters for UTF-8 input (libexpat bug 115): +https://github.com/libexpat/libexpat/issues/115 |