From 5ef159eb1a86046da4c53ca9530fff0eb3b3432f Mon Sep 17 00:00:00 2001 From: Harz-FEAR Date: Tue, 8 Jul 2014 04:44:32 +0200 Subject: did not include code 511 because it is for use by intercepting proxies --- pyramid/httpexceptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyramid/httpexceptions.py b/pyramid/httpexceptions.py index 7cf802139..ea40a99af 100644 --- a/pyramid/httpexceptions.py +++ b/pyramid/httpexceptions.py @@ -63,7 +63,6 @@ Exception * 504 - HTTPGatewayTimeout * 505 - HTTPVersionNotSupported * 507 - HTTPInsufficientStorage - * 511 - HTTPNetworkAuthenticationRequired HTTP exceptions are also :term:`response` objects, thus they accept most of the same parameters that can be passed to a regular -- cgit v1.2.3