]> granicus.if.org Git - python/commit
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 5 Sep 2017 23:30:22 +0000 (01:30 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2017 23:30:22 +0000 (01:30 +0200)
commite5f2f8038540f9f06478f842f8f7313df4d2e59b
tree65b628d187f91415fa5f287be391d0a7d15d0008
parent6fce7ea893dc3f69b607dd6ef48c2d3d0f6ca414
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)
20 files changed:
Misc/NEWS.d/next/Library/2017-09-04-23-41-35.bpo-31170.QGmJ1t.rst [new file with mode: 0644]
Modules/expat/ascii.h
Modules/expat/asciitab.h
Modules/expat/expat.h
Modules/expat/expat_external.h
Modules/expat/iasciitab.h
Modules/expat/internal.h
Modules/expat/latin1tab.h
Modules/expat/loadlibrary.c
Modules/expat/nametab.h
Modules/expat/utf8tab.h
Modules/expat/winconfig.h
Modules/expat/xmlparse.c
Modules/expat/xmlrole.c
Modules/expat/xmlrole.h
Modules/expat/xmltok.c
Modules/expat/xmltok.h
Modules/expat/xmltok_impl.c
Modules/expat/xmltok_impl.h
Modules/expat/xmltok_ns.c