mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Grr, splittag was also missing from __all__.
This commit is contained in:
@@ -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 :-(
|
||||
|
||||
|
||||
Reference in New Issue
Block a user