diff options
author | Skip Montanaro <skip@pobox.com> | 2001-01-23 15:35:05 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-01-23 15:35:05 (GMT) |
commit | 2dd4276559658e06eaf8b623c2c47373f1f50688 (patch) | |
tree | 22d257d3db8d9db2380a85608e4bf9a66f9b2df4 /Lib/test | |
parent | 26e94a8822ba6935a74db098de134cc20fd4db2f (diff) | |
download | cpython-2dd4276559658e06eaf8b623c2c47373f1f50688.zip cpython-2dd4276559658e06eaf8b623c2c47373f1f50688.tar.gz cpython-2dd4276559658e06eaf8b623c2c47373f1f50688.tar.bz2 |
added a few more __all__ lists
fixed typo in ihooks docstring
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test___all__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 0b684ec..0027b02 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -67,5 +67,13 @@ check_all("fpformat") check_all("ftplib") check_all("getopt") check_all("getpass") +check_all("gettext") check_all("glob") +check_all("gopher") +check_all("gzip") +check_all("htmlentitydefs") +check_all("htmllib") +check_all("httplib") +check_all("ihooks") +check_all("imaplib") check_all("robotparser") |