Commit 282fed13 authored by Jack Jansen's avatar Jack Jansen

Grr, splittag was also missing from __all__.

parent 49985638
...@@ -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", "url2pathname", "pathname2url"] "urlencode", "url2pathname", "pathname2url", "splittag"]
__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