]> granicus.if.org Git - python/commitdiff
remove some things that are now tested
authorBenjamin Peterson <benjamin@python.org>
Tue, 2 Nov 2010 21:54:20 +0000 (21:54 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 2 Nov 2010 21:54:20 +0000 (21:54 +0000)
Lib/test/test_sundry.py

index a57ed446580cd4b6b16825a3843d8ae8dc05a65e..4dacb9d1c655e4ca305388602b7368f0bc21204d 100644 (file)
@@ -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():