summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-07-31 18:46:38 +0000
committerianb <devnull@localhost>2008-07-31 18:46:38 +0000
commit349beb2177f91b18faf53b71f2f0d33dd4725ec8 (patch)
tree2294a92ff675ef5d1396601ef4e14261417c62a4 /docs
parentf1f5f30462c5d317d3dbd0b01e9f567964c4e986 (diff)
downloadpaste-349beb2177f91b18faf53b71f2f0d33dd4725ec8.tar.gz
Make paste.debug.prints work with appengine, which replaces stdout on every request, so our patching isn't persistent
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 7ae2a53..906f72c 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -9,6 +9,8 @@ svn trunk
* In :mod:`paste.proxy`, added some more headers that are disallowed
in WSGI (e.g., Keep-Alive). Send Content-Length.
+* Make :mod:`paste.debug.prints` work with Google App Engine.
+
1.7.1
-----