-
-
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
Allow joining URL and pathlib.Path #185
Comments
How do you want to join absolute path? |
Currently, attempting to join a (string) path starting with a slash onto an URL raises |
Another question is: should symlinks be resolved? Now I have a feeling that |
I have a feeling that the request is out of the library scope. |
I stumbled upon this issue while trying to answer this question: is The immediate concern that I have is that on windows So, answering my own question: you probably shouldn't use But you desperate to do otherwise, using |
Given the following
URL
andPath
objects:I would expect them to be joinable using code such as:
Instead, I receive this traceback:
The text was updated successfully, but these errors were encountered: