summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-09-02 02:23:08 -0500
committerIan Bicking <ianb@colorstudy.com>2010-09-02 02:23:08 -0500
commitea5aa0eed5b326fb3470362b53dfbb54295e7e2a (patch)
tree5e96730abdebf8dbee51622497d68387b22dcb0c /docs
parent4c4920adf7dde9634212ae56d7b8d37abdb92581 (diff)
downloadpaste-ea5aa0eed5b326fb3470362b53dfbb54295e7e2a.tar.gz
Improve errors when fetching an error page: http://trac.pythonpaste.org/pythonpaste/ticket/123
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index f2dd71c..38231d3 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -20,6 +20,9 @@ tip
* :mod:`paste.auth.auth_tkt` will URL-quote usernames, avoiding some
errors with usernames with ``!`` in them.
+* Improve handling of errors in fetching error pages in
+ :mod:`paste.errordocument`.
+
1.7.4
-----