Commit 80108150 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 2dcc160b
...@@ -19,6 +19,9 @@ Features added ...@@ -19,6 +19,9 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* ``dict.items()``, ``dict.keys()`` and ``dict.values()`` no longer return lists
in Python 3.
* Exiting from an ``except-as`` clause now deletes the exception in Python 3 mode. * Exiting from an ``except-as`` clause now deletes the exception in Python 3 mode.
* The declarations of ``frexp()`` and ``ldexp()`` in ``math.pxd`` were incorrect. * The declarations of ``frexp()`` and ``ldexp()`` in ``math.pxd`` were incorrect.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment