diff options
| author | ianb <devnull@localhost> | 2008-02-17 17:33:04 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2008-02-17 17:33:04 +0000 |
| commit | 93079ddfb7b5ab52fdf1a41e372ff8b41b35d759 (patch) | |
| tree | b0128dd668ccd6aec5a382108efc10ba86f79530 /docs | |
| parent | 09596eaa928fe973bacb31ee1e0fe73a252df040 (diff) | |
| download | paste-93079ddfb7b5ab52fdf1a41e372ff8b41b35d759.tar.gz | |
Look for params values that have an .items method
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 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 ----- |
