python/dist/src/Misc ACKS, 1.296, 1.297 NEWS, 1.1380, 1.1381

Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11176/Misc Modified Files: ACKS NEWS Log Message: 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. Index: ACKS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v retrieving revision 1.296 retrieving revision 1.297 diff -u -d -r1.296 -r1.297 --- ACKS 22 Sep 2005 09:19:01 -0000 1.296 +++ ACKS 30 Sep 2005 04:46:49 -0000 1.297 @@ -305,6 +305,7 @@ Jiba Orjan Johansen Simon Johnston +Evan Jones Richard Jones Irmen de Jong Lucas de Jonge Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.1380 retrieving revision 1.1381 diff -u -d -r1.1380 -r1.1381 --- NEWS 29 Sep 2005 20:49:16 -0000 1.1380 +++ NEWS 30 Sep 2005 04:46:49 -0000 1.1381 @@ -153,6 +153,9 @@ 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
participants (1)
-
nnorwitz@users.sourceforge.net