diff options
author | Skip Montanaro <skip@pobox.com> | 2001-01-24 06:27:27 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-01-24 06:27:27 (GMT) |
commit | 17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b (patch) | |
tree | ff884581a6dc34f7abd0f55d44257e1bc90b1e6a /Lib/test | |
parent | bbd89b66b1b3c44836f560b60c7a176a6172f148 (diff) | |
download | cpython-17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b.zip cpython-17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b.tar.gz cpython-17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b.tar.bz2 |
a few more modules get __all__
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test___all__.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 497a5cf..079f98c 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -76,4 +76,13 @@ check_all("htmllib") check_all("httplib") check_all("ihooks") check_all("imaplib") +check_all("imghdr") +check_all("imputil") +check_all("keyword") +check_all("linecache") +check_all("locale") +check_all("macpath") +check_all("macurl2path") +check_all("mailbox") +check_all("mhlib") check_all("robotparser") |