uri
uri copied to clipboard
URI equality fails
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!