Skip to content

Commit 5cbeb4b

Browse files
committed
Update docs re issues #235, #213
1 parent d789837 commit 5cbeb4b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/credits.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Patches
7474
- Mystic-Mirage (GitHub)
7575
- str4d (GitHub)
7676
- 9seconds (GitHub)
77+
- Varriount (GitHub)
7778

7879
Suggestions and Feedback
7980
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -104,6 +105,8 @@ Other Credits
104105
- The ``raise_`` and ``raise_with_traceback`` functions were contributed by
105106
Jeff Tratner.
106107

108+
- A working version of ``raise_from`` was contributed by Varriount (GitHub).
109+
107110
- Documentation is generated with `Sphinx <http://sphinx.pocoo.org>`_ using the
108111
``sphinx-bootstrap`` theme.
109112

docs/whatsnew.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ This releases also fixes these bugs:
2929
- Fix semantics of `bool()` with `newobject`. (Issue #211)
3030
- Fix `standard_library.install_aliases()` on PyPy. (Issue #205)
3131
- 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)
3334
- Add missing `cmp_to_key` for Py2.6. (Issue #189)
3435
- Allow the `old_div` fixer to be disabled. (Issue #190)
3536
- 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+
3742

3843
What's new in version 0.15.2 (2015-09-11)
3944
=========================================

0 commit comments

Comments
 (0)