Traceback support now works with PyPy
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 29 Nov 2010 11:24:57 +0000 (12:24 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 29 Nov 2010 11:24:57 +0000 (12:24 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 17a805bb1515210283094a62a371e95db07b45c0..590dd18d4a5c1b9e77a781a78cbafe9bef0723d4 100644 (file)
--- 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
 -------------