mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Readd urllib.quote import as it doesn't cause any harm.
This commit is contained in:
parent
4696ffbf09
commit
7fff58c097
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ try:
|
|||
except ImportError:
|
||||
from StringIO import StringIO
|
||||
|
||||
from urllib import (unwrap, unquote, splittype, splithost,
|
||||
from urllib import (unwrap, unquote, splittype, splithost, quote,
|
||||
addinfourl, splitport, splitgophertype, splitquery,
|
||||
splitattr, ftpwrapper, noheaders, splituser, splitpasswd, splitvalue)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue