File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,20 @@ What's New
5
5
6
6
.. _whats-new-0.15.x :
7
7
8
+ What's new in version 0.15.2 (2015-09-11)
9
+ =========================================
10
+
11
+ This is a minor bug-fix release:
12
+
13
+ - Fix ``socket.create_connection() `` backport on Py2.6
14
+ - Add more tests of ``urllib.request `` etc.
15
+
8
16
What's new in version 0.15.1 (2015-09-09)
9
17
=========================================
10
18
11
19
This is a minor bug-fix release:
12
20
13
- - Use 3-argument socket.create_connection() backport to restore Py2.6
21
+ - Use 3-argument `` socket.create_connection() `` backport to restore Py2.6
14
22
compatibility in ``urllib.request.urlopen() `` (issue #162)
15
23
- Remove breakpoint in ``future.backports.http.client `` triggered on certain
16
24
data (issue #164)
You can’t perform that action at this time.
0 commit comments