[Python-checkins] python/dist/src/Misc ACKS, 1.289.2.3, 1.289.2.4 NEWS, 1.1193.2.114, 1.1193.2.115

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Fri Sep 30 06:58:26 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12823/Misc

Modified Files:
      Tag: release24-maint
	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


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.289.2.3
retrieving revision 1.289.2.4
diff -u -d -r1.289.2.3 -r1.289.2.4
--- ACKS	26 Sep 2005 13:15:34 -0000	1.289.2.3
+++ ACKS	30 Sep 2005 04:58:23 -0000	1.289.2.4
@@ -303,6 +303,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.1193.2.114
retrieving revision 1.1193.2.115
diff -u -d -r1.1193.2.114 -r1.1193.2.115
--- NEWS	29 Sep 2005 20:49:21 -0000	1.1193.2.114
+++ NEWS	30 Sep 2005 04:58:23 -0000	1.1193.2.115
@@ -4,7 +4,7 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
-What's New in Python 2.4.3a0?
+What's New in Python 2.4.3c1?
 =============================
 
 *Release date: XX-XX-200X*
@@ -12,6 +12,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.
 
 Library



More information about the Python-checkins mailing list