diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-09-30 04:46:49 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-09-30 04:46:49 (GMT) |
commit | 484d9a409a94e719329b41edaed38c1b16b8de7d (patch) | |
tree | a95cc808b2ce9df46b41a6ee8b45fb90ef00a68e /Misc/NEWS | |
parent | aa93517de8b5e2b41644a22ae81ddec4f5d72991 (diff) | |
download | cpython-484d9a409a94e719329b41edaed38c1b16b8de7d.zip cpython-484d9a409a94e719329b41edaed38c1b16b8de7d.tar.gz cpython-484d9a409a94e719329b41edaed38c1b16b8de7d.tar.bz2 |
Patch #1309009, Fix segfault in pyexpat when the XML document is
in latin_1, but Python incorrectly assumes it is in UTF-8 format
Will backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -153,6 +153,9 @@ present). Extension Modules ----------------- +- Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, + but Python incorrectly assumes it is in UTF-8 format + - Fix parse errors in the readline module when compiling without threads. - Patch #1288833: Removed thread lock from socket.getaddrinfo on |