gruns / gruns/furl

if path end with "/", then add one path start with "/" will become "//"

Open
#145 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.