Fixed after_request handlers being called twice in some cases and improved logging system

This commit is contained in:
Armin Ronacher 2010-06-03 16:21:23 +02:00
parent bc00fd1e83
commit 9983e84742
3 changed files with 51 additions and 24 deletions

View file

@ -16,6 +16,8 @@ Release date to be announced, codename to be selected.
- test client has not the ability to preserve the request context
for a little longer. This can also be used to trigger custom
requests that do not pop the request stack for testing.
- because the Python standard library caches loggers, the name of
the logger is configurable now to better support unittests.
Version 0.3.1
-------------