mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
added a few more __all__ lists
test___all__.py: fail silently in check_all if the module can't be imported
This commit is contained in:
parent
438bb94789
commit
03d9014992
4 changed files with 16 additions and 8 deletions
|
@ -27,6 +27,8 @@ import string
|
|||
import posixpath
|
||||
import urllib
|
||||
|
||||
__all__ = ["guess_type","guess_extension","read_mime_types","init"]
|
||||
|
||||
knownfiles = [
|
||||
"/usr/local/etc/httpd/conf/mime.types",
|
||||
"/usr/local/lib/netscape/mime.types",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue