if path end with "/", then add one path start with "/" will become "//"
Open
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
In [2]: u = furl("https://www.baidu.com/aaa") / "/bbbb/ccc"
In [3]: u.url
Out[3]: 'https://www.baidu.com/aaa/bbbb/ccc'
In [4]: u = furl("https://www.baidu.com/aaa/") / "/bbbb/ccc"
In [6]: u.url
Out[6]: 'https://www.baidu.com/aaa//bbbb/ccc'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.