summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-04-24 20:16:18 +0000
committerianb <devnull@localhost>2009-04-24 20:16:18 +0000
commitd2db9c36d8ed2cd559e87bb0020672927cc1de14 (patch)
tree1790951144ca1ef1b97eca79aad9e8be2913d1be /docs
parent608be9fa2ca93d0122bb7d3ab39ed6e078ee0b4d (diff)
downloadpaste-d2db9c36d8ed2cd559e87bb0020672927cc1de14.tar.gz
Avoid some unicode errors in httpexceptions
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 7561617..e41b07a 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -24,6 +24,8 @@ svn trunk
* In :class:`paste.proxy.Proxy` handle Content-Length of -1.
+* In :mod:`paste.httpexceptions` avoid some unicode errors.
+
1.7.2
-----