mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
a few more modules get __all__
This commit is contained in:
parent
bbd89b66b1
commit
17ab123cf1
11 changed files with 31 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue