support for draft-tbray-http-legally-restricted-status-02
authorKenneth Reitz <me@kennethreitz.com>
Tue, 16 Apr 2013 02:47:20 +0000 (22:47 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 16 Apr 2013 02:47:20 +0000 (22:47 -0400)
http://datatracker.ietf.org/doc/draft-tbray-http-legally-restricted-stat
us/?include_text=1

requests/status_codes.py

index 08edab4e17fb773bc60bf3bba98b0e095cc67a4e..de384865fc59374b18af4a8445d4ef916e3e0263 100644 (file)
@@ -62,6 +62,7 @@ _codes = {
     444: ('no_response', 'none'),
     449: ('retry_with', 'retry'),
     450: ('blocked_by_windows_parental_controls', 'parental_controls'),
+    451: ('unavailable_for_legal_reasons', 'legal_reasons'),
     499: ('client_closed_request',),
 
     # Server Error.