summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-12 02:00:42 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-02-12 02:00:42 (GMT)
commitc62c81e013fbc9a726493870c3624b60ae63a757 (patch)
tree877ed808aa0af2b40e4f4385f1d8d28c1019fb05 /Lib/test/test___all__.py
parent81b6ae7ef71c2701a75773674e96829415e1a1d8 (diff)
downloadcpython-c62c81e013fbc9a726493870c3624b60ae63a757.zip
cpython-c62c81e013fbc9a726493870c3624b60ae63a757.tar.gz
cpython-c62c81e013fbc9a726493870c3624b60ae63a757.tar.bz2
__all__ for several more modules
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index f6f00c5..cced859 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -99,4 +99,15 @@ 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")
+check_all("profile")
+check_all("pstats")
+check_all("pty")
+check_all("py_compile")
+check_all("pyclbr")
+check_all("quopri")
check_all("robotparser")