Skip to content

Commit

Permalink
some news from last commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Nov 9, 2009
1 parent dfc5c83 commit 3d6fc39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/news.txt
Expand Up @@ -60,6 +60,13 @@ hg tip
``webob.exc.HTTPNotFound(body='<notfound/>',
content_type='application/xml')`` (i.e., non-HTML exceptions).

* When a Location header is not absolute in a Response, it will be
made absolute when the Response is called as a WSGI application.
This makes the response less bound to a specific request.

* Added :mod:`webob.dec`, a decorator for making WSGI applications
from functions with the signature ``resp = app(req)``.

0.9.6.1
-------

Expand Down

0 comments on commit 3d6fc39

Please sign in to comment.