[Python-checkins] python/dist/src/Misc ACKS,1.287,1.288

jhylton at users.sourceforge.net jhylton at users.sourceforge.net
Sun Nov 7 17:13:51 CET 2004


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

Modified Files:
	ACKS 
Log Message:
Fix for SF bug 988120 via patch 1061941.

If read() returned less than the number of bytes request, the full amount was subtracted from length instead of the actually read amount.

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- ACKS	22 Oct 2004 06:22:54 -0000	1.287
+++ ACKS	7 Nov 2004 16:13:49 -0000	1.288
@@ -302,6 +302,7 @@
 Orjan Johansen
 Simon Johnston
 Richard Jones
+Irmen de Jong
 Lucas de Jonge
 Jens B. Jorgensen
 John Jorgensen



More information about the Python-checkins mailing list