[Python-checkins] python/dist/src/Misc NEWS,1.638,1.639 ACKS,1.225,1.226

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 03 Feb 2003 12:45:56 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv30447/Misc

Modified Files:
	NEWS ACKS 
Log Message:
- Thanks to Scott David Daniels, a subtle bug in how the zlib
  extension implemented flush() was fixed.  Scott also rewrite the
  zlib test suite using the unittest module.  (SF bug #640230 and
  patch #678531.)

Backport candidate I think.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.638
retrieving revision 1.639
diff -C2 -d -r1.638 -r1.639
*** NEWS	3 Feb 2003 15:48:10 -0000	1.638
--- NEWS	3 Feb 2003 20:45:50 -0000	1.639
***************
*** 34,37 ****
--- 34,42 ----
  -----------------
  
+ - Thanks to Scott David Daniels, a subtle bug in how the zlib
+   extension implemented flush() was fixed.  Scott also rewrite the
+   zlib test suite using the unittest module.  (SF bug #640230 and
+   patch #678531.)
+ 
  - Added an itertools module containing high speed, memory efficient
    looping constructs inspired by tools from Haskell and SML.

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.225
retrieving revision 1.226
diff -C2 -d -r1.225 -r1.226
*** ACKS	27 Jan 2003 22:19:55 -0000	1.225
--- ACKS	3 Feb 2003 20:45:52 -0000	1.226
***************
*** 124,127 ****
--- 124,128 ----
  Lars Damerow
  Eric Daniel
+ Scott David Daniels
  Ben Darnell
  Jonathan Dasteel