mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Grr, splittag was also missing from __all__.
This commit is contained in:
parent
49985638fa
commit
282fed1363
@ -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 :-(
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user