diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-10 01:54:06 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-10 01:54:06 (GMT) |
commit | 9caf9c040e4cf176eb926a077ae7bcdb6550160b (patch) | |
tree | c13033f8a978abb6774da5cc7a401ef1bd1d4ae7 /Misc | |
parent | 573e03348893a762d966d945230a34519e68618e (diff) | |
download | cpython-9caf9c040e4cf176eb926a077ae7bcdb6550160b.zip cpython-9caf9c040e4cf176eb926a077ae7bcdb6550160b.tar.gz cpython-9caf9c040e4cf176eb926a077ae7bcdb6550160b.tar.bz2 |
Add tests and news entry about parser errors from bug #678518.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ Core and builtins Extension modules ----------------- +- Fix some bugs in the parser module. SF bug #678518. + - Thanks to Scott David Daniels, a subtle bug in how the zlib extension implemented flush() was fixed. Scott also rewrote the zlib test suite using the unittest module. (SF bug #640230 and |