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