]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Grr, splittag was also missing from __all__.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 5 Mar 2001 13:45:38 +0000 (13:45 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 5 Mar 2001 13:45:38 +0000 (13:45 +0000)
Lib/urllib.py

index 085bb33698be844f12f18b36fea89f32edad8225..7f324286f9c147dc757d3327c5e451932a796e50 100644 (file)
@@ -30,7 +30,7 @@ import types
 
 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
            "urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
-           "urlencode", "url2pathname", "pathname2url"]
+           "urlencode", "url2pathname", "pathname2url", "splittag"]
 
 __version__ = '1.15'    # XXX This version is not always updated :-(