Skip to content

Commit 5f32828

Browse files
committed
With RFC6410, there are only two RFC maturity levels, 'Proposed Standard' and 'Internet Standard'. Added a mapping between 'Internet Standard' and slug 'std', to be able to process newer RFC info from the RFC Editor.
- Legacy-Id: 5477
1 parent 2a0b758 commit 5f32828

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/sync/rfceditor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def getDocList(parentNode, tagName):
276276
def update_docs_from_rfc_index(data, skip_older_than_date=None):
277277
std_level_mapping = {
278278
"Standard": StdLevelName.objects.get(slug="std"),
279+
"Internet Standard": StdLevelName.objects.get(slug="std"),
279280
"Draft Standard": StdLevelName.objects.get(slug="ds"),
280281
"Proposed Standard": StdLevelName.objects.get(slug="ps"),
281282
"Informational": StdLevelName.objects.get(slug="inf"),

0 commit comments

Comments
 (0)