Kaydet (Commit) 49985638 authored tarafından Jack Jansen's avatar Jack Jansen

Added url2pathname and pathname2url to __all__.

üst f25cf6cc
...@@ -30,7 +30,7 @@ import types ...@@ -30,7 +30,7 @@ import types
__all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve", __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
"urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus", "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
"urlencode"] "urlencode", "url2pathname", "pathname2url"]
__version__ = '1.15' # XXX This version is not always updated :-( __version__ = '1.15' # XXX This version is not always updated :-(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment