Download Latest Version furl v2.1.4 source code.tar.gz (54.4 kB)
Email in envelope

Get an email when there's a new version of furl

Home / v2.1.2
Name Modified Size InfoDownloads / 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.

Source: README.md, updated 2021-04-12