url.join(...)
drops parts of the path if url
does not end with /
#896
Labels
url.join(...)
drops parts of the path if url
does not end with /
#896
Describe the bug
I'm joining two parts of an URL:
Expected behaviour: The result path is concatenated from the two parts.
Actual behaviour: The result path is concatenated but drops the last part of the first URL if the first URL does not endwith a "/"
To Reproduce
Expected behavior
The last part of the first URL path should not be dropped.
Test Output
Python Version
3.11.0
multidict Version
multidict==6.0.4
yarl Version
yarl==1.9.2
OS
Windows
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: