From 86760ef681a4642fc3607493d703a0d8ef780a80 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 9 Sep 2015 12:32:53 -0400 Subject: mark proposal 132 obsolete --- proposals/reindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proposals/reindex.py') diff --git a/proposals/reindex.py b/proposals/reindex.py index 980bc06..381099e 100755 --- a/proposals/reindex.py +++ b/proposals/reindex.py @@ -4,7 +4,7 @@ import re, os class Error(Exception): pass STATUSES = """DRAFT NEEDS-REVISION NEEDS-RESEARCH OPEN ACCEPTED META FINISHED - CLOSED SUPERSEDED DEAD REJECTED""".split() + CLOSED SUPERSEDED DEAD REJECTED OBSOLETE RESERVE""".split() REQUIRED_FIELDS = [ "Filename", "Status", "Title" ] CONDITIONAL_FIELDS = { "OPEN" : [ "Target" ], "ACCEPTED" : [ "Target "], -- cgit v1.2.3-54-g00ecf