Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7070565 commit f606e8dCopy full SHA for f606e8d
1 file changed
Lib/urlparse.py
@@ -4,7 +4,8 @@
4
UC Irvine, June 1995.
5
"""
6
7
-__all__ = ["urlparse", "urlunparse", "urljoin"]
+__all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
8
+ "urlsplit", "urlunsplit"]
9
10
# A classification of schemes ('' means apply by default)
11
uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'wais', 'file',
0 commit comments