[Python-checkins] r86127 - python/branches/py3k/Lib/test/test_sundry.py

benjamin.peterson python-checkins at python.org
Tue Nov 2 22:54:20 CET 2010


Author: benjamin.peterson
Date: Tue Nov  2 22:54:20 2010
New Revision: 86127

Log:
remove some things that are now tested

Modified:
   python/branches/py3k/Lib/test/test_sundry.py

Modified: python/branches/py3k/Lib/test/test_sundry.py
==============================================================================
--- python/branches/py3k/Lib/test/test_sundry.py	(original)
+++ python/branches/py3k/Lib/test/test_sundry.py	Tue Nov  2 22:54:20 2010
@@ -10,7 +10,6 @@
             import bdb
             import cgitb
             import code
-            import compileall
 
             import distutils.bcppcompiler
             import distutils.ccompiler
@@ -47,27 +46,20 @@
             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():


More information about the Python-checkins mailing list