Add unquote_to_bytes to py2 six (#3744)

This commit is contained in:
Michael J. Sullivan
2020-02-19 14:42:57 -08:00
committed by GitHub
parent 5d27ffc8c7
commit 7b630ca24a

View File

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