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.
2 parents 4de6dc8 + 4b1ddb4 commit 9c67761Copy full SHA for 9c67761
src/future/moves/urllib/request.py
@@ -11,19 +11,8 @@
11
proxy_bypass,
12
quote,
13
request_host,
14
- splitattr,
15
- splithost,
16
- splitpasswd,
17
- splitport,
18
- splitquery,
19
- splittag,
20
- splittype,
21
- splituser,
22
- splitvalue,
23
thishost,
24
- to_bytes,
25
unquote,
26
- unwrap,
27
url2pathname,
28
urlcleanup,
29
urljoin,
@@ -32,6 +21,18 @@
32
urlretrieve,
33
urlsplit,
34
urlunparse)
+
+ from urllib.parse import (splitattr,
+ splithost,
+ splitpasswd,
+ splitport,
+ splitquery,
30
+ splittag,
31
+ splittype,
+ splituser,
+ splitvalue,
+ to_bytes,
35
+ unwrap)
36
else:
37
__future_module__ = True
38
with suspend_hooks():
0 commit comments