Skip to content

Creating a URL without a scheme, then adding one, results in scheme:///url, with 3 / #18

Description

@MicaelJarniac
from buildurl import BuildURL

url = BuildURL("example.com")
url.get  # example.com
url.scheme = "https"
url.get  # https:///example.com
url.parts  # ('https', '', 'example.com', '', '')

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions