changelog
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 12 Feb 2013 19:41:00 +0000 (20:41 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 12 Feb 2013 19:41:00 +0000 (20:41 +0100)
CHANGES.rst

index 18e744e..c0f0bdb 100644 (file)
@@ -8,6 +8,8 @@ Cython Changelog
 Features added
 --------------
 
+* ``raise Exception() from None`` suppresses the exception context in Py3.3.
+
 * Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code.
 
 * Keyword arguments are supported for cdef functions.