Skip to content

Furl v1.0.2

Compare
Choose a tag to compare
@gruns gruns released this 28 May 17:11
· 156 commits to master since this release
  • Added: strip_scheme() public function.
  • Changed: Make get_scheme() and set_scheme() functions public.
  • Added: Support all schemes without a netloc/authority, like
    mailto:[email protected], without an explicit whitelist of such schemes
    (e.g. tel:, sms:, mailto:, etc).
  • Fixed: Restore furl.url's setter method. E.g. furl.url = 'http://www.foo.com/'.
  • Removed: Support for Python 3.3, which reached EOL on 2017-09-29.