File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,18 @@ What's New
5
5
6
6
.. _whats-new-0.15.x :
7
7
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:
10
12
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.
14
13
- Use 3-argument socket.create_connection() backport to restore Py2.6
15
14
compatibility in ``urllib.request.urlopen() `` (issue #162)
16
15
- Remove breakpoint in ``future.backports.http.client `` triggered on certain
17
16
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.
18
20
19
21
20
22
What's new in version 0.15.0 (2015-07-25)
You can’t perform that action at this time.
0 commit comments