File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Patches
74
74
- Mystic-Mirage (GitHub)
75
75
- str4d (GitHub)
76
76
- 9seconds (GitHub)
77
+ - Varriount (GitHub)
77
78
78
79
Suggestions and Feedback
79
80
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -104,6 +105,8 @@ Other Credits
104
105
- The ``raise_ `` and ``raise_with_traceback `` functions were contributed by
105
106
Jeff Tratner.
106
107
108
+ - A working version of ``raise_from `` was contributed by Varriount (GitHub).
109
+
107
110
- Documentation is generated with `Sphinx <http://sphinx.pocoo.org >`_ using the
108
111
``sphinx-bootstrap `` theme.
109
112
Original file line number Diff line number Diff line change @@ -29,11 +29,16 @@ This releases also fixes these bugs:
29
29
- Fix semantics of `bool() ` with `newobject `. (Issue #211)
30
30
- Fix `standard_library.install_aliases() ` on PyPy. (Issue #205)
31
31
- Fix assertRaises for `pow ` and `compile ` on Python 3.5. (Issue #183)
32
- - Fix return argument of `future.utils.ensure_new_type ` if conversion to new type does not exist. (Issue #185)
32
+ - Fix return argument of `future.utils.ensure_new_type ` if conversion to
33
+ new type does not exist. (Issue #185)
33
34
- Add missing `cmp_to_key ` for Py2.6. (Issue #189)
34
35
- Allow the `old_div ` fixer to be disabled. (Issue #190)
35
36
- Improve compatibility with Google App Engine. (Issue #231)
36
- - Add some missing imports to the `tkinter ` and `tkinter.filedialog ` package namespaces. (Issues #212 and #233)
37
+ - Add some missing imports to the `tkinter ` and `tkinter.filedialog `
38
+ package namespaces. (Issues #212 and #233)
39
+ - Fix ``raise_from `` on PY3 when the exception cannot be recreated from
40
+ its repr. (Issues #213 and #235, fix provided by Varriount)
41
+
37
42
38
43
What's new in version 0.15.2 (2015-09-11)
39
44
=========================================
You can’t perform that action at this time.
0 commit comments