commit | 8f080b09953a2d862de5c74edf414a54ea3dbea5 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Fri Aug 23 10:19:15 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 23 10:19:15 2019 -0700 |
tree | 3b6b0ac4d6ae181dc5e1150fba3c9e3021ca3e91 | |
parent | 120b707a6d43452e067daa55a8fdca69f9424abc [diff] [blame] |
bpo-26589: Add http status code 451 (GH-15413)
diff --git a/Lib/test/test_httplib.py b/Lib/test/test_httplib.py index 656932f..1121224 100644 --- a/Lib/test/test_httplib.py +++ b/Lib/test/test_httplib.py
@@ -1401,6 +1401,7 @@ 'PRECONDITION_REQUIRED', 'TOO_MANY_REQUESTS', 'REQUEST_HEADER_FIELDS_TOO_LARGE', + 'UNAVAILABLE_FOR_LEGAL_REASONS', 'INTERNAL_SERVER_ERROR', 'NOT_IMPLEMENTED', 'BAD_GATEWAY',