Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 282fed1

Browse files
committed
Grr, splittag was also missing from __all__.
1 parent 4998563 commit 282fed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/urllib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
__all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
3232
"urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
33-
"urlencode", "url2pathname", "pathname2url"]
33+
"urlencode", "url2pathname", "pathname2url", "splittag"]
3434

3535
__version__ = '1.15' # XXX This version is not always updated :-(
3636

0 commit comments

Comments
 (0)