Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Use posixpath for url building #57

Closed
@jbw

Description

@jbw

On Windows, os.path.join is an alias for ntpath.join, which always uses . When dealing with URLs, we always want forward slashes, regardless of platform, so posixpath.join should be used to build URL paths.

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