From e64e71523d70261b551ba41f13f389ebf1324f1b Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 19 Aug 2013 23:30:49 -0500 Subject: remove mention of unused http status code --- pyramid/httpexceptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyramid/httpexceptions.py b/pyramid/httpexceptions.py index c21a717f8..d8832570b 100644 --- a/pyramid/httpexceptions.py +++ b/pyramid/httpexceptions.py @@ -28,7 +28,6 @@ Exception * 303 - HTTPSeeOther * 304 - HTTPNotModified * 305 - HTTPUseProxy - * 306 - Unused (not implemented, obviously) * 307 - HTTPTemporaryRedirect HTTPError HTTPClientError -- cgit v1.2.3