mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Add unquote_to_bytes to Python 3 six.moves.urllib.parse. (#3208)
This commit is contained in:
committed by
Jelle Zijlstra
parent
cd1a0c592a
commit
a48abb4546
1
third_party/3/six/moves/urllib/parse.pyi
vendored
1
third_party/3/six/moves/urllib/parse.pyi
vendored
@@ -16,6 +16,7 @@ from urllib.parse import quote as quote
|
||||
from urllib.parse import quote_plus as quote_plus
|
||||
from urllib.parse import unquote as unquote
|
||||
from urllib.parse import unquote_plus as unquote_plus
|
||||
from urllib.parse import unquote_to_bytes as unquote_to_bytes
|
||||
from urllib.parse import urlencode as urlencode
|
||||
# from urllib.parse import splitquery as splitquery
|
||||
# from urllib.parse import splittag as splittag
|
||||
|
||||
Reference in New Issue
Block a user