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

Skip to content

Commit f606e8d

Browse files
committed
Added missing entries to __all__.
1 parent 7070565 commit f606e8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/urlparse.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
UC Irvine, June 1995.
55
"""
66

7-
__all__ = ["urlparse", "urlunparse", "urljoin"]
7+
__all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
8+
"urlsplit", "urlunsplit"]
89

910
# A classification of schemes ('' means apply by default)
1011
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',

0 commit comments

Comments
 (0)