[Python-checkins] python/dist/src/Misc ACKS, 1.295, 1.296 NEWS, 1.1374, 1.1375

mwh@users.sourceforge.net mwh at users.sourceforge.net
Thu Sep 22 11:19:05 CEST 2005


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

Modified Files:
	ACKS NEWS 
Log Message:
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.295
retrieving revision 1.296
diff -u -d -r1.295 -r1.296
--- ACKS	12 May 2005 13:44:23 -0000	1.295
+++ ACKS	22 Sep 2005 09:19:01 -0000	1.296
@@ -50,6 +50,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.1374
retrieving revision 1.1375
diff -u -d -r1.1374 -r1.1375
--- NEWS	21 Sep 2005 06:44:25 -0000	1.1374
+++ NEWS	22 Sep 2005 09:19:01 -0000	1.1375
@@ -149,6 +149,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