Skip to content

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

@florianm

Description

@florianm

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions