From: Armin Ronacher Date: Mon, 29 Nov 2010 11:24:57 +0000 (+0100) Subject: Traceback support now works with PyPy X-Git-Tag: 2.6~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6425f158f0173ed2230359130fc9b02fb1ad41;p=thirdparty%2Fjinja.git Traceback support now works with PyPy --- diff --git a/CHANGES b/CHANGES index 17a805bb..590dd18d 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,7 @@ Version 2.6 - internal attributes now raise an internal attribute error now instead of returning an undefined. This fixes problems when passing undefined objects to Python semantics expecting APIs. +- traceback support now works properly for PyPy. (Tested with 1.4) Version 2.5.5 -------------