From 93079ddfb7b5ab52fdf1a41e372ff8b41b35d759 Mon Sep 17 00:00:00 2001 From: ianb Date: Sun, 17 Feb 2008 17:33:04 +0000 Subject: Look for params values that have an .items method --- docs/news.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ----- -- cgit v1.2.1