From 1b6425f158f0173ed2230359130fc9b02fb1ad41 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 29 Nov 2010 12:24:57 +0100 Subject: [PATCH] Traceback support now works with PyPy --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 17a805b..590dd18 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 ------------- -- 2.26.2