-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
/-joining of urls can produce multiple slashes #12
Comments
Thank for pointing on quirks out! Would you make a PR with fix? |
I'm ambivalent about |
Let's forbid it now. |
Do you want me to update my PR, or ... ? (I'm feeling kind of lazy.) |
If you would to update it or create new one with preventing absolute paths -- please go ahead. |
Go ahead and merge then. Thanks! |
* Add a tox.ini Tox is an incredibly convenient tool that manages multiple virtualenvs for you, so you can test against multiple Python versions with one command. * Avoid doubling slashes when joining paths See #12.
Should that double slash be there?
Other corner cases:
These examples work the way I expect:
These do not:
Bug or explicit design decision?
The text was updated successfully, but these errors were encountered: