summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-03-01 04:27:19 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-03-01 04:27:19 (GMT)
commit40fc16059f04ee8fda0b5956cc4883eb21ca8f8c (patch)
treeecfe045bbbf07071e1004fa2fac72c6f1c03633f /Lib/test/test___all__.py
parent58eadbaf1289f8671e435fb3a00e9e0351abbc16 (diff)
downloadcpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.zip
cpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.tar.gz
cpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.tar.bz2
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index bcc9d4a..2cc021b 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -135,3 +135,19 @@ check_all("sndhdr")
check_all("socket")
check_all("sre")
check_all("stat_cache")
+check_all("tabnanny")
+check_all("telnetlib")
+check_all("tempfile")
+check_all("toaiff")
+check_all("tokenize")
+check_all("traceback")
+check_all("tty")
+check_all("urllib")
+check_all("urlparse")
+check_all("uu")
+check_all("warnings")
+check_all("wave")
+check_all("weakref")
+check_all("webbrowser")
+check_all("xdrlib")
+check_all("zipfile")