Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI equality fails #31

Open
bossie opened this issue Nov 19, 2024 · 0 comments
Open

URI equality fails #31

bossie opened this issue Nov 19, 2024 · 0 comments

Comments

@bossie
Copy link

bossie commented Nov 19, 2024

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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant