File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
2022What's new in version 0.15.0 (2015-07-25)
You can’t perform that action at this time.
0 commit comments