Skip to content

URI equality fails #31

@bossie

Description

@bossie

Example from the docs:

base = URI("https://example.com/about/us")
cdn = base // "cdn.example.com"   # https://cdn.example.com/

assert cdn == URI(str(cdn))  # boom!

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions