diff options
author | Skip Montanaro <skip@pobox.com> | 2001-02-07 23:14:30 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-02-07 23:14:30 (GMT) |
commit | 352674d01cd37cc8621e8b94c1a91fef5ffc16fe (patch) | |
tree | f0f8071d7c55a89eddd438b9dfe1c16481145cd9 /Lib/test/test___all__.py | |
parent | cc012e92b21fbd8476bbaa8d4aa91b7e78111182 (diff) | |
download | cpython-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__.py | 4 |
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") |