Added url2pathname and pathname2url to __all__.

This commit is contained in:
Jack Jansen 2001-03-05 13:41:14 +00:00
parent f25cf6ccea
commit 49985638fa
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import types
__all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
"urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
"urlencode"]
"urlencode", "url2pathname", "pathname2url"]
__version__ = '1.15' # XXX This version is not always updated :-(