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

Migrate to Python 3: Replace urlparse with urllib.parse #57

Open
florianm opened this issue Aug 23, 2022 · 1 comment
Open

Migrate to Python 3: Replace urlparse with urllib.parse #57

florianm opened this issue Aug 23, 2022 · 1 comment

Comments

@florianm
Copy link

Just a quick mention here to record this issue I ran into with CKAN 2.10 / ckanext0cloudstorage master.

Python 2 style urlparse is used here could be replaced by from urllib.parse import urljoin and used here as urljoin.
Bonus points for imports supporting both urllib and urlparse :-)

@ghost
Copy link

ghost commented Mar 25, 2024

Any news about this?

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

1 participant