commit | 49985638fa33230fdf1ef95613d918fe5e385f5e | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Mon Mar 05 13:41:14 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Mon Mar 05 13:41:14 2001 +0000 |
tree | c8dbfbb490df3a9b9cf40a99a224fd3951fb91c6 | |
parent | f25cf6cceaaf43a6c5e9fe76ef2d9b203c1c05eb [diff] [blame] |
Added url2pathname and pathname2url to __all__.
diff --git a/Lib/urllib.py b/Lib/urllib.py index 302f707..085bb33 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py
@@ -30,7 +30,7 @@ __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 :-(