From: Jack Jansen Date: Mon, 5 Mar 2001 13:41:14 +0000 (+0000) Subject: Added url2pathname and pathname2url to __all__. X-Git-Tag: v2.1b2~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49985638fa33230fdf1ef95613d918fe5e385f5e;p=python Added url2pathname and pathname2url to __all__. --- diff --git a/Lib/urllib.py b/Lib/urllib.py index 302f707db4..085bb33698 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -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 :-(