Skip to content

17.1.0

Compare
Choose a tag to compare
@mahmoud mahmoud released this 11 Feb 08:04
· 492 commits to master since this release

(February 27, 2017)

Add urlutils module, with URL type and find_all_links function. also
update Sentinel for Python 3 falsiness

  • Add urlutils module, complete with RFC3986-compliant URL type
  • Also add urlutils.find_all_links function, which heuristically
    finds all links in plaintext, and creates URLs out of them.
  • Update typeutils.Sentinel to be appropriately falsy on Python 3