mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Updated the XML package comment.
This commit is contained in:
parent
989b7b91a1
commit
1a640506ec
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
What's New in Python 2.0?
|
What's New in Python 2.0?
|
||||||
===========================
|
=========================
|
||||||
|
|
||||||
Below is a list of all relevant changes since release 1.6. Older
|
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
|
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
|
test for whether installed modules are on sys.path was changed to
|
||||||
use both normcase() and normpath().
|
use both normcase() and normpath().
|
||||||
|
|
||||||
- XXX xml minidom, pulldom, expatreader, and saxutils changes (can't
|
- xml minidom, pulldom, expatreader, and saxutils had some minor bug
|
||||||
tell what happened from the CVS logs)
|
fixes.
|
||||||
|
|
||||||
- The regression test driver (regrtest.py) behavior when invoked with
|
- The regression test driver (regrtest.py) behavior when invoked with
|
||||||
-l changed: It now reports a count of objects that are recognized as
|
-l changed: It now reports a count of objects that are recognized as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue