From 0d663507e633b5334b0a9e5e1d4c7075e7e79492 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 15 Aug 2013 17:15:59 -0500 Subject: [PATCH] http://www.451unavailable.org/ --- Introduction | 0 VERSION | 2 +- gluon/http.py | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 Introduction diff --git a/Introduction b/Introduction deleted file mode 100644 index e69de29b..00000000 diff --git a/VERSION b/VERSION index 43a6dc81..fa42ba84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.08.15.10.05.27 +Version 2.6.0-development+timestamp.2013.08.15.17.14.24 diff --git a/gluon/http.py b/gluon/http.py index 6f1b2e1e..c10c6a63 100644 --- a/gluon/http.py +++ b/gluon/http.py @@ -44,6 +44,7 @@ defined_status = { 416: 'REQUESTED RANGE NOT SATISFIABLE', 417: 'EXPECTATION FAILED', 422: 'UNPROCESSABLE ENTITY', + 451: 'UNAVAILABLE FOR LEGAL REASONS', # http://www.451unavailable.org/ 500: 'INTERNAL SERVER ERROR', 501: 'NOT IMPLEMENTED', 502: 'BAD GATEWAY',