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.
2 parents 6580978 + a082474 commit 98a176cCopy full SHA for 98a176c
NEWS
@@ -1,6 +1,18 @@
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
+- Fix ``w3lib.http.headers_raw_to_dict`` for multiple headers with same name
13
+- Do not distribute tests/test_*.pyc artifacts
14
15
16
1.16.0 (2016-11-10)
17
-------------------
18
0 commit comments