From: Stefan Behnel Date: Sun, 10 Feb 2013 09:10:40 +0000 (+0100) Subject: changelog X-Git-Tag: 0.19b1~199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=862249fdb611144b3a780af8564498345a6f48fa;p=platform%2Fupstream%2Fpython-cython.git changelog --HG-- extra : rebase_source : ca6bbd2378e2e67004b236da8a67e6b607aa0ae2 --- diff --git a/CHANGES.rst b/CHANGES.rst index d6d2629..18e744e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,11 +8,15 @@ Cython Changelog Features added -------------- +* Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code. + * Keyword arguments are supported for cdef functions. 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. Other changes