| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Furl v2.1.2. source code.tar.gz | 2021-04-12 | 53.7 kB | |
| Furl v2.1.2. source code.zip | 2021-04-12 | 59.0 kB | |
| README.md | 2021-04-12 | 377 Bytes | |
| Totals: 3 Items | 113.0 kB | 0 | |
Fixed: Support Python 3.9's changed urllib.parse.urljoin() behavior.
- < py3.9:
furl('wss://slrp.com/').join('foo:1')->'wss://slrp.com/foo:1' - >= py3.9:
furl('wss://slrp.com/').join('foo:1')->'foo:1'
Changed: Drop semicolon query delimiters. See https://bugs.python.org/issue42967. Changed: Drop support for EOL Python 3.4 and Python 3.5.