diff options
| author | Barry Warsaw | 2010-07-06 22:41:48 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-07-06 22:41:48 -0400 |
| commit | 8f8ce7616cc8e6149b27fbcb8e581fc35c814c87 (patch) | |
| tree | 0487d4f7c15400069a96c95d762f7aa4cf91d8e4 /src/mailman/tests/test_documentation.py | |
| parent | db19156330bf6bbca9a6e13c5d85676e43be3b29 (diff) | |
| download | mailman-8f8ce7616cc8e6149b27fbcb8e581fc35c814c87.tar.gz mailman-8f8ce7616cc8e6149b27fbcb8e581fc35c814c87.tar.zst mailman-8f8ce7616cc8e6149b27fbcb8e581fc35c814c87.zip | |
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]) |
