summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-18 03:30:53 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-02-18 03:30:53 (GMT)
commit78349072f7c8f2d3da6f552665f9f381930c3c42 (patch)
tree94ed5548052b1901079e58c5e0d13e9ec2e4b603 /Lib/test/test___all__.py
parent1ca2ed35e09f7531dbd58c021f60e2ee58774e41 (diff)
downloadcpython-78349072f7c8f2d3da6f552665f9f381930c3c42.zip
cpython-78349072f7c8f2d3da6f552665f9f381930c3c42.tar.gz
cpython-78349072f7c8f2d3da6f552665f9f381930c3c42.tar.bz2
removed __all__ from several modules
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index b2ea498..bd417e7 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -39,29 +39,22 @@ def check_all(modname):
verify(keys==all, "%s != %s" % (keys, all))
check_all("BaseHTTPServer")
-check_all("Bastion")
check_all("CGIHTTPServer")
check_all("ConfigParser")
check_all("Cookie")
check_all("MimeWriter")
-check_all("Queue")
check_all("SimpleHTTPServer")
check_all("SocketServer")
check_all("StringIO")
-check_all("UserDict")
-check_all("UserList")
check_all("UserString")
check_all("aifc")
-check_all("anydbm")
check_all("atexit")
check_all("audiodev")
check_all("base64")
check_all("bdb")
check_all("binhex")
-check_all("bisect")
check_all("calendar")
check_all("cgi")
-check_all("chunk")
check_all("cmd")
check_all("code")
check_all("codecs")
@@ -76,7 +69,6 @@ check_all("dircache")
check_all("dis")
check_all("doctest")
check_all("dospath")
-check_all("dumbdbm")
check_all("filecmp")
check_all("fileinput")
check_all("fnmatch")
@@ -88,7 +80,6 @@ check_all("gettext")
check_all("glob")
check_all("gopherlib")
check_all("gzip")
-check_all("htmlentitydefs")
check_all("htmllib")
check_all("httplib")
check_all("ihooks")
@@ -106,18 +97,15 @@ check_all("mimetools")
check_all("mimetypes")
check_all("mimify")
check_all("multifile")
-check_all("mutex")
check_all("netrc")
check_all("nntplib")
check_all("ntpath")
-check_all("nturl2path")
check_all("os")
check_all("pdb")
check_all("pickle")
check_all("pipes")
check_all("popen2")
check_all("poplib")
-check_all("posixfile")
check_all("posixpath")
check_all("pprint")
check_all("pre")
@@ -130,7 +118,6 @@ check_all("quopri")
check_all("random")
check_all("re")
check_all("reconvert")
-check_all("regex_syntax")
check_all("regsub")
check_all("repr")
check_all("rexec")
@@ -148,9 +135,5 @@ check_all("sndhdr")
check_all("socket")
check_all("sre")
check_all("sre_compile")
-check_all("sre_constants")
check_all("sre_parse")
-check_all("stat")
check_all("stat_cache")
-check_all("statvfs")
-check_all("string")