Commit bddb52a8 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent e49caacd
...@@ -8,6 +8,8 @@ Cython Changelog ...@@ -8,6 +8,8 @@ Cython Changelog
Features added Features added
-------------- --------------
* list.append() is faster on average.
* ``raise Exception() from None`` suppresses the exception context in Py3.3. * ``raise Exception() from None`` suppresses the exception context in Py3.3.
* Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code. * Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code.
......
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