Commit 862249fd authored by Stefan Behnel's avatar Stefan Behnel

changelog

--HG--
extra : rebase_source : ca6bbd2378e2e67004b236da8a67e6b607aa0ae2
parent 7942bf2b
...@@ -8,11 +8,15 @@ Cython Changelog ...@@ -8,11 +8,15 @@ Cython Changelog
Features added Features added
-------------- --------------
* Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code.
* Keyword arguments are supported for cdef functions. * Keyword arguments are supported for cdef functions.
Bugs fixed Bugs fixed
---------- ----------
* 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.
Other changes Other changes
......
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