diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-09-04 23:58:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 23:58:08 (GMT) |
commit | 759e30ec47048cb9835c62aaeac48748c8151390 (patch) | |
tree | 478ab7ff419b5b11a45aebea88b379aca08fe51b /Modules/expat/loadlibrary.c | |
parent | 86b7afdfeee77993fe896a2aa13b3f4f95973f16 (diff) | |
download | cpython-759e30ec47048cb9835c62aaeac48748c8151390.zip cpython-759e30ec47048cb9835c62aaeac48748c8151390.tar.gz cpython-759e30ec47048cb9835c62aaeac48748c8151390.tar.bz2 |
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315)
* 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.
Diffstat (limited to 'Modules/expat/loadlibrary.c')
-rw-r--r-- | Modules/expat/loadlibrary.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/expat/loadlibrary.c b/Modules/expat/loadlibrary.c index ffce868..452ae92 100644 --- a/Modules/expat/loadlibrary.c +++ b/Modules/expat/loadlibrary.c @@ -6,8 +6,10 @@ * \___|\___/|_| \_\_____| * * Copyright (C) 2016 - 2017, Steve Holme, <steve_holme@hotmail.com>. + * Copyright (C) 2017, Expat development team * * All rights reserved. + * Licensed under the MIT license: * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |