summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-05-01 17:22:24 +0000
committerianb <devnull@localhost>2008-05-01 17:22:24 +0000
commita3e7e40126069492e50c64a34ddc0975d4e9a8d1 (patch)
tree1ddeb8f59f59ca2c07d580b95bf77ac8107361c0 /docs
parent1ca6961afd1452851d84eeeab175c990947b2f2a (diff)
downloadpaste-a3e7e40126069492e50c64a34ddc0975d4e9a8d1.tar.gz
with TestApp forms, don't submit forms with unnamed fields
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 1bc31f1..87c8f56 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -6,6 +6,9 @@ News
svn trunk
---------
+* Fixed bug in :class:`paste.fixture.TestApp` that would submit forms
+ with unnamed fields (like an unnamed submit button).
+
* Fixed bug in :mod:`paste.httpserver` where
``environ['wsgi.input'].readline(max_size)`` ignored the max_size
argument, which can lead to large memory usage (from Jakub Stolarski)