updated __all__ to include several other names

This commit is contained in:
Skip Montanaro 2001-03-13 19:47:16 +00:00
parent 1b0b2a4df2
commit 44d5e0c418
1 changed files with 5 additions and 1 deletions

View File

@ -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 :-(