mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Added missing entries to __all__.
This commit is contained in:
parent
707056580f
commit
f606e8d705
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ See RFC 1808: "Relative Uniform Resource Locators", by R. Fielding,
|
||||||
UC Irvine, June 1995.
|
UC Irvine, June 1995.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__all__ = ["urlparse", "urlunparse", "urljoin"]
|
__all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
|
||||||
|
"urlsplit", "urlunsplit"]
|
||||||
|
|
||||||
# A classification of schemes ('' means apply by default)
|
# A classification of schemes ('' means apply by default)
|
||||||
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue