Fix bug where streams freeze up on Python 3 due to string formatting bug.
Remove usage of urlencode_noplus and instead let Requests handle the encoding work for us. Fixes #556
Please register or sign in to comment
Remove usage of urlencode_noplus and instead let Requests handle the encoding work for us. Fixes #556