summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-02-10 01:54:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-02-10 01:54:06 (GMT)
commit9caf9c040e4cf176eb926a077ae7bcdb6550160b (patch)
treec13033f8a978abb6774da5cc7a401ef1bd1d4ae7 /Misc
parent573e03348893a762d966d945230a34519e68618e (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d262b67..b0683ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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