Add unquote_to_bytes to Python 3 six.moves.urllib.parse. (#3208)

This commit is contained in:
Benjamin Peterson
2019-08-28 18:01:38 -07:00
committed by Jelle Zijlstra
parent cd1a0c592a
commit a48abb4546

View File

@@ -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