]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Thanks to Scott David Daniels, a subtle bug in how the zlib
authorGuido van Rossum <guido@python.org>
Mon, 3 Feb 2003 20:45:52 +0000 (20:45 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Feb 2003 20:45:52 +0000 (20:45 +0000)
commit7d9ea5013f2f6122aa83a68429bf2dd5e5a00017
treefd7852cc158ec0ffd49a320515b380b2dafe6798
parent94c30c012431c8495c73850a4438b0b7a3a2b9d4
- 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.
Lib/test/output/test_zlib [deleted file]
Lib/test/test_zlib.py
Misc/ACKS
Misc/NEWS
Modules/zlibmodule.c