summaryrefslogtreecommitdiff
path: root/paste/wsgilib.py
diff options
context:
space:
mode:
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 '