uri icon indicating copy to clipboard operation
uri copied to clipboard

URI equality fails

Open bossie opened this issue 1 year ago • 0 comments

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!

bossie avatar Nov 19 '24 07:11 bossie