commit | 7d9ea5013f2f6122aa83a68429bf2dd5e5a00017 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 03 20:45:52 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 03 20:45:52 2003 +0000 |
tree | fd7852cc158ec0ffd49a320515b380b2dafe6798 | |
parent | 94c30c012431c8495c73850a4438b0b7a3a2b9d4 [diff] |
- 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.