summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-08-11 16:15:41 +0000
committerianb <devnull@localhost>2008-08-11 16:15:41 +0000
commit4e009ba68f8acdcdb998c1d9fb619c8b1f0bf96e (patch)
tree23f1fe7da10aec0d5638164416ef2bbc2d305be9 /docs
parent349beb2177f91b18faf53b71f2f0d33dd4725ec8 (diff)
downloadpaste-4e009ba68f8acdcdb998c1d9fb619c8b1f0bf96e.tar.gz
make seek method conditional
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 906f72c..96ff21c 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -11,6 +11,10 @@ svn trunk
* Make :mod:`paste.debug.prints` work with Google App Engine.
+* Make ``environ['wsgi.input']`` with :mod:`paste.httpserver` only
+ have a ``seek`` method if it is wrapping something with a seek
+ method (which usually it is not).
+
1.7.1
-----