summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-07 23:14:30 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-02-07 23:14:30 (GMT)
commit352674d01cd37cc8621e8b94c1a91fef5ffc16fe (patch)
treef0f8071d7c55a89eddd438b9dfe1c16481145cd9 /Lib/test/test___all__.py
parentcc012e92b21fbd8476bbaa8d4aa91b7e78111182 (diff)
downloadcpython-352674d01cd37cc8621e8b94c1a91fef5ffc16fe.zip
cpython-352674d01cd37cc8621e8b94c1a91fef5ffc16fe.tar.gz
cpython-352674d01cd37cc8621e8b94c1a91fef5ffc16fe.tar.bz2
a few more __all__ lists
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index a3ae956..f6f00c5 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -95,4 +95,8 @@ 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("robotparser")