Closed samspills closed 5 years ago
Hi,
Thanks for the PR, and sorry for the delay.
Can you confirm that the code now works properly on both Python 2 and Python 3?
Thanks.
No worries!! With my changes, I can run the shell script using either python 2.7.16 or python 3.7.3. Any intermediate versions of python should also work.
@alphapapa Can this be merged?
Thanks for your patience!
This PR fixes two compatibility issues with python3 in the
urlencode
function.print_function
from future, and useprint()
quote
instead ofurllib.quote