Skip to content

Releases: scrapy/w3lib

v1.14.0

06 Apr 17:18
Compare
Choose a tag to compare

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.