summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-03-05 13:41:14 +0000
committerJack Jansen <jack.jansen@cwi.nl>2001-03-05 13:41:14 +0000
commitf400db84d9ee85cd419b98c7c068bbf07e216eaa (patch)
tree8eda9b68b34dd478845b8529512a45366dba7f43
parent60963882d4147a4b08e79f4ef10f8228217f251b (diff)
downloadcpython-f400db84d9ee85cd419b98c7c068bbf07e216eaa.tar.gz
Added url2pathname and pathname2url to __all__.
-rw-r--r--Lib/urllib.py2
1 files changed, 1 insertions, 1 deletions
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 :-(