summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-02-17 17:33:04 +0000
committerianb <devnull@localhost>2008-02-17 17:33:04 +0000
commit93079ddfb7b5ab52fdf1a41e372ff8b41b35d759 (patch)
treeb0128dd668ccd6aec5a382108efc10ba86f79530 /docs
parent09596eaa928fe973bacb31ee1e0fe73a252df040 (diff)
downloadpaste-93079ddfb7b5ab52fdf1a41e372ff8b41b35d759.tar.gz
Look for params values that have an .items method
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 a7130e1..03302fd 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -13,6 +13,10 @@ svn trunk
* Make `paste.cascade` notice sockets that have stopped producing
data. From Casey Zednick.
+* In ``paste.fixture.TestApp`` Accept MultiDict values for the
+ ``params`` argument in requests. (Anything with a ``.items()``
+ method will have its items encoded as the request parameters.)
+
1.6.1
-----