summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-04-11 21:06:37 +0000
committerianb <devnull@localhost>2008-04-11 21:06:37 +0000
commit5a9c6ac6100b3214a62a35884319f0281179e1ef (patch)
tree35ff3c1ff9db7e730db79a81b5139af30e0526df /docs
parent7bf252ce23dde542d0405f171ddd6e8f19dacd66 (diff)
downloadpaste-5a9c6ac6100b3214a62a35884319f0281179e1ef.tar.gz
Use wsgi.file_wrapper when available
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 c39767f..bf58059 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -47,6 +47,9 @@ svn trunk
* ``StackedObjectProxy``'s now include the proxied object's names via
``__dir__`` (for Python 2.6).
+* Use ``environ['wsgi.file_wrapper']`` when available (in
+ ``paste.fileapp``).
+
1.6.1
-----