diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-04-17 08:39:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-04-17 08:39:58 (GMT) |
commit | 53855c6495b076143c7bf947817fc967e3068af2 (patch) | |
tree | 927ab5d5a3ec82ae11501b35c421ea91959d8eb6 /Lib/test/xmltests.py | |
parent | e6c6e3d9c5d0bae998a71ad465c974d1b25084d9 (diff) | |
download | cpython-53855c6495b076143c7bf947817fc967e3068af2.zip cpython-53855c6495b076143c7bf947817fc967e3068af2.tar.gz cpython-53855c6495b076143c7bf947817fc967e3068af2.tar.bz2 |
Remove the xmllib module that was obsolete.
Diffstat (limited to 'Lib/test/xmltests.py')
-rw-r--r-- | Lib/test/xmltests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/xmltests.py b/Lib/test/xmltests.py index d203709..446fe30 100644 --- a/Lib/test/xmltests.py +++ b/Lib/test/xmltests.py @@ -17,5 +17,4 @@ runtest("test.test_pyexpat") runtest("test.test_sax") runtest("test.test_xml_etree") runtest("test.test_xml_etree_c") -runtest("test.test_xmllib") runtest("test.test_xmlrpc") |