We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8cfa0 commit e6b7f3dCopy full SHA for e6b7f3d
docs/whatsnew.rst
@@ -5,12 +5,20 @@ What's New
5
6
.. _whats-new-0.15.x:
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
16
What's new in version 0.15.1 (2015-09-09)
17
=========================================
18
19
This is a minor bug-fix release:
20
-- Use 3-argument socket.create_connection() backport to restore Py2.6
21
+- Use 3-argument ``socket.create_connection()`` backport to restore Py2.6
22
compatibility in ``urllib.request.urlopen()`` (issue #162)
23
- Remove breakpoint in ``future.backports.http.client`` triggered on certain
24
data (issue #164)
0 commit comments