projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae5482
)
Traceback support now works with PyPy
author
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 29 Nov 2010 11:24:57 +0000
(12:24 +0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 29 Nov 2010 11:24:57 +0000
(12:24 +0100)
CHANGES
patch
|
blob
|
history
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
-------------