summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-16 20:27:25 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-16 20:27:25 (GMT)
commit1a640506ecffb36e02afc6036f92bb0d789bc172 (patch)
treee51e4161d950e80002ed8e8f7522d1f4a4f1cbb2 /Misc
parent989b7b91a1d01f90dec9f9e88b97cd794f2f0f3f (diff)
downloadcpython-1a640506ecffb36e02afc6036f92bb0d789bc172.zip
cpython-1a640506ecffb36e02afc6036f92bb0d789bc172.tar.gz
cpython-1a640506ecffb36e02afc6036f92bb0d789bc172.tar.bz2
Updated the XML package comment.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 345a344..fb1e853 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,5 +1,5 @@
What's New in Python 2.0?
-===========================
+=========================
Below is a list of all relevant changes since release 1.6. Older
changes are in the file HISTORY. If you are making the jump directly
@@ -53,8 +53,8 @@ Standard library
test for whether installed modules are on sys.path was changed to
use both normcase() and normpath().
-- XXX xml minidom, pulldom, expatreader, and saxutils changes (can't
- tell what happened from the CVS logs)
+- xml minidom, pulldom, expatreader, and saxutils had some minor bug
+ fixes.
- The regression test driver (regrtest.py) behavior when invoked with
-l changed: It now reports a count of objects that are recognized as