mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add unquote_to_bytes to py2 six (#3744)
This commit is contained in:
committed by
GitHub
parent
5d27ffc8c7
commit
7b630ca24a
1
third_party/2/six/moves/urllib/parse.pyi
vendored
1
third_party/2/six/moves/urllib/parse.pyi
vendored
@@ -12,6 +12,7 @@ from urlparse import urlunsplit as urlunsplit
|
||||
from urllib import quote as quote
|
||||
from urllib import quote_plus as quote_plus
|
||||
from urllib import unquote as unquote
|
||||
from urllib import unquote as unquote_to_bytes
|
||||
from urllib import unquote_plus as unquote_plus
|
||||
from urllib import urlencode as urlencode
|
||||
from urllib import splitquery as splitquery
|
||||
|
||||
Reference in New Issue
Block a user