diff options
Diffstat (limited to 'src/mailman/tests/test_documentation.py')
| -rw-r--r-- | src/mailman/tests/test_documentation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/tests/test_documentation.py b/src/mailman/tests/test_documentation.py index 255725356..b8e98d162 100644 --- a/src/mailman/tests/test_documentation.py +++ b/src/mailman/tests/test_documentation.py @@ -134,7 +134,6 @@ def dump_json(url, data=None, method=None): # exception, for backward compatibility with existing doctests. if response.status // 100 != 2: raise HTTPError(url, response.status, response.reason, response, None) - # fp does not support the context manager protocol. if len(content) == 0: for header in sorted(response): print '{0}: {1}'.format(header, response[header]) |
