diff options
| author | ianb <devnull@localhost> | 2008-03-26 02:54:07 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2008-03-26 02:54:07 +0000 |
| commit | b0d7f9375fcce4f514fb41eab767ccb1d6b93f03 (patch) | |
| tree | 42e6b73ca04855da24f2a7bf957058423cbd63cf /docs | |
| parent | fe678eb753629f27048e6fd8986e5db010fc5a7c (diff) | |
| download | paste-b0d7f9375fcce4f514fb41eab767ccb1d6b93f03.tar.gz | |
Unicode TestApp Response __contains__ test works (#235)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 4 |
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 ----- |
