diff options
author | Skip Montanaro <skip@pobox.com> | 2001-02-06 01:07:02 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-02-06 01:07:02 (GMT) |
commit | 269b83bc05452f4f54fa9df5a76608f88da544fe (patch) | |
tree | 3463eb160b6a7a04a8a1a9aebc79075d9390f91e /Lib/test/test___all__.py | |
parent | 46fa39ab1d1e2f14c1b44c5e81c34c5f6cfb9a58 (diff) | |
download | cpython-269b83bc05452f4f54fa9df5a76608f88da544fe.zip cpython-269b83bc05452f4f54fa9df5a76608f88da544fe.tar.gz cpython-269b83bc05452f4f54fa9df5a76608f88da544fe.tar.bz2 |
added several more __all__ lists
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r-- | Lib/test/test___all__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index f11a0c7..853a816 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -87,4 +87,11 @@ check_all("mhlib") check_all("mimetools") check_all("mimetypes") check_all("mimify") +check_all("multifile") +check_all("mutex") +check_all("netrc") +check_all("nntplib") +check_all("ntpath") +check_all("nturl2path") +check_all("os") check_all("robotparser") |