Skip to content

Commit 466d472

Browse files
committed
Update What's New doc for v0.15.1
1 parent a3cfca2 commit 466d472

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/whatsnew.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ What's New
55

66
.. _whats-new-0.15.x:
77

8-
What's new in version 0.15.1 (in development)
9-
=============================================
8+
What's new in version 0.15.1 (2015-09-09)
9+
=========================================
10+
11+
This is a minor bug-fix release:
1012

11-
- ``futurize``: Moved exec fixer to stage1. The forward-compatible ``exec(a,
12-
b)`` idiom is supported in Python 2.6 and 2.7. See
13-
https://docs.python.org/2/reference/simple_stmts.html#exec.
1413
- Use 3-argument socket.create_connection() backport to restore Py2.6
1514
compatibility in ``urllib.request.urlopen()`` (issue #162)
1615
- Remove breakpoint in ``future.backports.http.client`` triggered on certain
1716
data (issue #164)
17+
- Move ``exec`` fixer to stage 1 of ``futurize`` because the forward-compatible ``exec(a, b)``
18+
idiom is supported in Python 2.6 and 2.7. See
19+
https://docs.python.org/2/reference/simple_stmts.html#exec.
1820

1921

2022
What's new in version 0.15.0 (2015-07-25)

0 commit comments

Comments
 (0)