Added interactive Python docs, fixed part style.

This commit is contained in:
Armin Ronacher 2010-05-24 18:37:48 +02:00
parent 9d98ad5e07
commit ef0dc1800f
8 changed files with 215 additions and 81 deletions

View file

@ -13,6 +13,10 @@ Release date to be announced
log request handling exceptions to that logger when not in debug
mode. This makes it possible to receive mails on server errors
for example.
- added support for context binding that does not require the use of
the with statement for playing in the console.
- the request context is now available within the with statement making
it possible to further push the request context or pop it.
Version 0.2
-----------