Reserved delimiter characters are included in URL links
Open
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
```
5.7.4
Python 3.7.2 (default, Jan 13 2019, 12:50:01)
```
**To reproduce:**
```python
print("See https://example.com, this url")
```
**Expected:**
link `https://example.com`. URL reserved delimiter chars at end are ignored
**Actual**
the delimiting comma is included in the link:
`https://example.com,/`
Contributor guide
Research direction
Start by reproducing the example in a Jupyter Notebook and inspect the notebook's URL-link rendering path. Verify the behavior with a URL followed by a comma; done means the rendered link ends at example.com and excludes the reserved delimiter character.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100