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.0
Name Modified Size InfoDownloads / Week
Parent folder
Furl v2.1.0. source code.tar.gz 2019-09-20 52.9 kB
Furl v2.1.0. source code.zip 2019-09-20 58.7 kB
README.md 2019-09-20 675 Bytes
Totals: 3 Items   112.2 kB 0
  • Added: a dont_quote= parameter to Query.encode() and a query_dont_quote= parameter to furl.tostr() that exempt valid query characters from being percent-encoded, either in their entirety with dont_quote=True, or selectively with dont_quote=<string>, like dont_quote='/?@_'.

  • Changed: Move package info from __init__.py into the more standard __version__.py.

  • Fixed: Support Unicode usernames and passwords in Python 2.

  • Fixed: Update orderedmultdict to v1.0.1 to resolve a DeprecationWarning.

  • Fixed: Encode '/' consistently in query strings across both quote_plus=True and quote_plus=False.

Source: README.md, updated 2019-09-20