summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-03-26 02:54:07 +0000
committerianb <devnull@localhost>2008-03-26 02:54:07 +0000
commitb0d7f9375fcce4f514fb41eab767ccb1d6b93f03 (patch)
tree42e6b73ca04855da24f2a7bf957058423cbd63cf /docs
parentfe678eb753629f27048e6fd8986e5db010fc5a7c (diff)
downloadpaste-b0d7f9375fcce4f514fb41eab767ccb1d6b93f03.tar.gz
Unicode TestApp Response __contains__ test works (#235)
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index b523abb..481a155 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -34,6 +34,10 @@ svn trunk
* ``paste.fixture.TestApp`` can store multiple cookie values
(previously only one cookie was stored; from Andrey Lebedev)
+* ``u'' in TestApp(app).get('/')`` will work when the body isn't ASCII
+ (before it would give a unicode error). This problem wasn't present
+ in the recommended `WebTest <http://pythonpaste.org/webtest/>`_.
+
1.6.1
-----