diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-02-03 20:53:14 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-02-03 20:53:14 +0000 |
commit | 28d81966c9e61a7004aa4635dbb64395eb0d519c (patch) | |
tree | d906771751a35900fe3ceb46c14ecd2bc5f4ddd5 | |
parent | 7d9ea5013f2f6122aa83a68429bf2dd5e5a00017 (diff) | |
download | cpython-git-28d81966c9e61a7004aa4635dbb64395eb0d519c.tar.gz |
Fix typo.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ Extension modules ----------------- - Thanks to Scott David Daniels, a subtle bug in how the zlib - extension implemented flush() was fixed. Scott also rewrite the + extension implemented flush() was fixed. Scott also rewrote the zlib test suite using the unittest module. (SF bug #640230 and patch #678531.) |