diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-11-02 21:54:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-11-02 21:54:20 (GMT) |
commit | 5a43f72d1b19d8018380a1aac2f1753471003cec (patch) | |
tree | 79d03560e1fb42b9dda88e77b6ac38d6b3e201f8 /Lib/test/test_sundry.py | |
parent | ed82ca1078f5db0f2747681b81dbbddecfc4da33 (diff) | |
download | cpython-5a43f72d1b19d8018380a1aac2f1753471003cec.zip cpython-5a43f72d1b19d8018380a1aac2f1753471003cec.tar.gz cpython-5a43f72d1b19d8018380a1aac2f1753471003cec.tar.bz2 |
remove some things that are now tested
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index a57ed44..4dacb9d 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -10,7 +10,6 @@ class TestUntestedModules(unittest.TestCase): import bdb import cgitb import code - import compileall import distutils.bcppcompiler import distutils.ccompiler @@ -47,27 +46,20 @@ class TestUntestedModules(unittest.TestCase): import html.entities import imghdr import keyword - import linecache import macurl2path import mailcap - import nntplib import nturl2path - import opcode import os2emxpath import pstats import py_compile import sndhdr - import symbol import tabnanny import timeit - import token try: import tty # not available on Windows except ImportError: if support.verbose: print("skipping tty") - import webbrowser - import xml def test_main(): |