Kaydet (Commit) d74804db authored tarafından Fred Drake's avatar Fred Drake

The "user" module cannot reasonably be tested. Moved to the end (and

commented it out), and added an explanation as to *why*.

Added period to docstring.
üst 7f9b5e01
"""Do a minimal test of all the modules that aren't otherwise tested"""
"""Do a minimal test of all the modules that aren't otherwise tested."""
import BaseHTTPServer
import CGIHTTPServer
......@@ -85,9 +85,13 @@ import test
import toaiff
#import tzparse
import urllib2
import user
import uu
import webbrowser
import whichdb
import xdrlib
import xml
# Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
# can screw up all sorts of things (esp. if it prints!).
#
#import user
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment