Skip to content

v1.14.0

Compare
Choose a tag to compare
@redapple redapple released this 06 Apr 17:18
· 347 commits to master since this release

Changes to safe_url_string:

  • proper handling of non-ASCII characters in Python2 and Python3
  • support IDNs
  • new path_encoding to override default UTF-8 when serializing non-ASCII
    characters before percent-encoding

html_body_declared_encoding also detects encoding when not sole attribute in <meta>.

Package is now properly marked as zip_safe.