Changed teardown error handling to be more reliable.

This commit is contained in:
Armin Ronacher 2013-05-30 18:15:17 +01:00
parent 90e3906d02
commit f1918093ac
3 changed files with 30 additions and 6 deletions

View file

@ -59,6 +59,9 @@ Release date to be decided.
strongly discouraged as the interface was flawed.
- Python requirements changed: requiring Python 2.6 or 2.7 now to prepare
for Python 3.3 port.
- Changed how the teardown system is informed about exceptions. This is now
more reliable in case something handles an exception halfway through
the error handling process.
Version 0.9
-----------