We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6580978 commit b7d053aCopy full SHA for b7d053a
NEWS
@@ -1,6 +1,15 @@
1
w3lib release notes
2
===================
3
4
+1.17.0 (2017-02-XX)
5
+-------------------
6
+
7
+- Add Python 3.5 and 3.6 support
8
+- Add ``w3lib.url.parse_data_uri`` helper for parsing "data:" URIs
9
+- Add ``w3lib.html.strip_html5_whitespace`` function to strip leading and
10
+ trailing whitespace as per W3C recommendations, e.g. for cleaning
11
+ "href" attribute values.
12
13
1.16.0 (2016-11-10)
14
-------------------
15
0 commit comments