mirror of https://github.com/python/cpython
updated __all__ to include several other names
This commit is contained in:
parent
1b0b2a4df2
commit
44d5e0c418
|
@ -30,7 +30,11 @@ import types
|
|||
|
||||
__all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
|
||||
"urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
|
||||
"urlencode", "url2pathname", "pathname2url", "splittag"]
|
||||
"urlencode", "url2pathname", "pathname2url", "splittag",
|
||||
"localhost", "thishost", "ftperrors", "basejoin", "unwrap",
|
||||
"splittype", "splithost", "splituser", "splitpasswd", "splitport",
|
||||
"splitnport", "splitquery", "splitattr", "splitvalue",
|
||||
"splitgophertype", "getproxies"]
|
||||
|
||||
__version__ = '1.15' # XXX This version is not always updated :-(
|
||||
|
||||
|
|
Loading…
Reference in New Issue