[Python-checkins] python/dist/src/Misc ACKS, 1.289.2.2, 1.289.2.3 NEWS, 1.1193.2.109, 1.1193.2.110

mwh@users.sourceforge.net mwh at users.sourceforge.net
Mon Sep 26 15:15:37 CEST 2005


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

Modified Files:
      Tag: release24-maint
	ACKS NEWS 
Log Message:
Backport (with Anthony's blessing (in fact he reminded me to do it :)):

Patches #1298449 and #1298499: Add some missing checks for error 
returns in cStringIO.c.  Thanks to Andrew Bennetts. 

This must be a backport candidate. 



Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.289.2.2
retrieving revision 1.289.2.3
diff -u -d -r1.289.2.2 -r1.289.2.3
--- ACKS	12 May 2005 13:45:11 -0000	1.289.2.2
+++ ACKS	26 Sep 2005 13:15:34 -0000	1.289.2.3
@@ -49,6 +49,7 @@
 Thomas Bellman
 Juan M. Bello Rivas
 Alexander Belopolsky
+Andrew Bennetts
 Andy Bensky
 Michel Van den Bergh
 Eric Beser

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.109
retrieving revision 1.1193.2.110
diff -u -d -r1.1193.2.109 -r1.1193.2.110
--- NEWS	23 Sep 2005 08:14:39 -0000	1.1193.2.109
+++ NEWS	26 Sep 2005 13:15:34 -0000	1.1193.2.110
@@ -16,6 +16,9 @@
 Extension Modules
 -----------------
 
+- Patches #1298449 and #1298499: Add some missing checks for error
+  returns in cStringIO.c.
+
 - Patch #1297028: fix segfault if call type on MultibyteCodec,
   MultibyteStreamReader, or MultibyteStreamWriter.
 



More information about the Python-checkins mailing list