From 484d9a409a94e719329b41edaed38c1b16b8de7d Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 30 Sep 2005 04:46:49 +0000 Subject: 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. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Misc/NEWS') diff --git a/Misc/NEWS b/Misc/NEWS index 3c06f4ecf8..f4f918c6f4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 -- cgit v1.2.1