summaryrefslogtreecommitdiff
path: root/paste/wsgilib.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-09-05 15:01:55 +0000
committerianb <devnull@localhost>2006-09-05 15:01:55 +0000
commit828bfff4cdb051a35e47b256af0ac5a18ad8ddc8 (patch)
treee19289d577fee46e3cbd870e788517e381f421a1 /paste/wsgilib.py
parente7f8995a01e127e593aa0f08a29f4a0f1ac45d11 (diff)
downloadpaste-828bfff4cdb051a35e47b256af0ac5a18ad8ddc8.tar.gz
Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1
Diffstat (limited to 'paste/wsgilib.py')
-rw-r--r--paste/wsgilib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/wsgilib.py b/paste/wsgilib.py
index eb3b157..1653bf2 100644
--- a/paste/wsgilib.py
+++ b/paste/wsgilib.py
@@ -454,6 +454,7 @@ def capture_output(environ, start_response, application):
body = re.sub(r'<.*?>', '', body)
return [body]
return replacement_app
+
"""
warnings.warn(
'wsgilib.capture_output has been deprecated in favor '