Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 716 Bytes

TEMPLATE.md

File metadata and controls

37 lines (26 loc) · 716 Bytes

<TITLE>

JEP
Author <author>
Created <date>
SemVer MAJOR|MINOR|PATCH

Abstract

Motivation

For example, suppose we had this data:

{"first_choice": "WA",
 "states": [
   {"name": "WA", "cities": ["Seattle", "Bellevue", "Olympia"]},
   {"name": "CA", "cities": ["Los Angeles", "San Francisco"]},
   {"name": "NY", "cities": ["New York City", "Albany"]},
 ]
}

Specification

Describe the grammar changes or new functions.

Rationale

What problems is this JEP addressing? Has alternatives been considered?

Implementation Notes

Are there any details that implementers should try to follow?