Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

remove import urllib.parse to stay compatible with python2 #23

Merged
merged 1 commit into from
Oct 24, 2020

Conversation

perlduck
Copy link
Contributor

@perlduck perlduck commented Jun 8, 2020

The "import urllib.parse" was introduced with commit 50bba2a to fix
requests containing an '&' character. But the class WebApi already
used urllib.parse through the use of "from six.moves import urllib".
The introduction of "import urllib.parse" made the module incompatible
with Python2.

The "import urllib.parse" was introduced with commit 50bba2a to fix
requests containing an '&' character. But the class WebApi already
used urllib.parse through the use of "from six.moves import urllib".
The introduction of "import urllib.parse" made the module incompatible
with Python2.
@brennerm
Copy link
Owner

Thanks for the contribution and sorry for the late response.

@brennerm brennerm merged commit 62ebbe1 into brennerm:master Oct 24, 2020
@perlduck perlduck deleted the drop-import-urllib-parse branch July 25, 2022 14:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants