summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-09-02 18:49:04 +0000
committerianb <devnull@localhost>2009-09-02 18:49:04 +0000
commit550cedcdfc761b9912a818722ccb82a5cc5f00c5 (patch)
treec6b3e954f2087c946334c99771103d0902234804 /docs
parent37b867e5d5db3e1841c9e928f243ce6d84e25ccc (diff)
downloadpaste-550cedcdfc761b9912a818722ccb82a5cc5f00c5.tar.gz
do a proper read with 100 Continue
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 e41b07a..116a69f 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -26,6 +26,9 @@ svn trunk
* In :mod:`paste.httpexceptions` avoid some unicode errors.
+* In :mod:`paste.httpserver` handle ``.read()`` from 100 Continue
+ properly (because of a typo it was doing a readline).
+
1.7.2
-----