summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-09-30 04:46:49 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-09-30 04:46:49 (GMT)
commit484d9a409a94e719329b41edaed38c1b16b8de7d (patch)
treea95cc808b2ce9df46b41a6ee8b45fb90ef00a68e /Misc/NEWS
parentaa93517de8b5e2b41644a22ae81ddec4f5d72991 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3c06f4e..f4f918c 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