Updated design decisions. This fixes #63

This commit is contained in:
Armin Ronacher 2010-06-18 17:03:31 +02:00
parent d44b127748
commit fe35105bec
2 changed files with 23 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Release date to be announced, codename to be selected.
- because the Python standard library caches loggers, the name of
the logger is configurable now to better support unittests.
- added `TESTING` switch that can activate unittesting helpers.
- the logger switches to `DEBUG` mode now if debug is enabled.
Version 0.3.1
-------------