diff options
| author | ianb <devnull@localhost> | 2007-09-21 03:40:46 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-09-21 03:40:46 +0000 |
| commit | ca095f39ad9e84ef5cec0d56cd5972ceaf1c6f8e (patch) | |
| tree | b661f3fe959f62931348a439e44f3e88144622ab /docs | |
| parent | 774d2b1de3ec629f3b510e7ad62f088c0a2ed49c (diff) | |
| download | paste-ca095f39ad9e84ef5cec0d56cd5972ceaf1c6f8e.tar.gz | |
Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no longer raise httpexceptions in your app_iter
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt index 33474f0..f13ce88 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -16,6 +16,9 @@ svn trunk * In ``paste.session``, when cleaning files ignore files that aren't session files. +* ``paste.httpexceptions.HTTPExceptionHandler`` will no longer catch + exceptions raised during the app_iter iteration. + 1.4.2 ----- |
