Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There was a change to auth0/v3/authentication/logout.py on 6/9/2017 that makes this library incompatible with Python 2.7 #71

Closed
beck3905 opened this issue Jun 28, 2017 · 2 comments

Comments

@beck3905
Copy link
Contributor

It appears the following commit (7b0c7b1) broke Python 2.7 support as the urllib.parse method is urlparse in Python 2.7.

@vCloudernBeer
Copy link

I would like to take a look at this problem and submit a pull request when fixed.

@vCloudernBeer
Copy link

Seems like it is already fixed.
latest code:
try:
from urllib.parse import quote_plus
except ImportError:
from urllib import quote_plus

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants