mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
bpo-26589: Add http status code 451 (GH-15413)
This commit is contained in:
parent
120b707a6d
commit
8f080b0995
4 changed files with 12 additions and 0 deletions
|
@ -1401,6 +1401,7 @@ class OfflineTest(TestCase):
|
|||
'PRECONDITION_REQUIRED',
|
||||
'TOO_MANY_REQUESTS',
|
||||
'REQUEST_HEADER_FIELDS_TOO_LARGE',
|
||||
'UNAVAILABLE_FOR_LEGAL_REASONS',
|
||||
'INTERNAL_SERVER_ERROR',
|
||||
'NOT_IMPLEMENTED',
|
||||
'BAD_GATEWAY',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue