Skip to content

Commit a48abb4

Browse files
benjaminpJelleZijlstra
authored andcommitted
Add unquote_to_bytes to Python 3 six.moves.urllib.parse. (#3208)
1 parent cd1a0c5 commit a48abb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

third_party/3/six/moves/urllib/parse.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ from urllib.parse import quote as quote
1616
from urllib.parse import quote_plus as quote_plus
1717
from urllib.parse import unquote as unquote
1818
from urllib.parse import unquote_plus as unquote_plus
19+
from urllib.parse import unquote_to_bytes as unquote_to_bytes
1920
from urllib.parse import urlencode as urlencode
2021
# from urllib.parse import splitquery as splitquery
2122
# from urllib.parse import splittag as splittag

0 commit comments

Comments
 (0)