Informational PEPs can also have a status of Active.

This commit is contained in:
Barry Warsaw 2000-08-08 02:30:55 +00:00
parent cc385c1671
commit 6f15dc67f4
1 changed files with 4 additions and 1 deletions

View File

@ -109,6 +109,9 @@ PEP Workflow
v
Deferred
Some informational PEPs may also have a status of `Active' if they
are never meant to be completed. E.g. PEP 1.
What belongs in a successful PEP?
@ -165,7 +168,7 @@ PEP Style
Title: <pep title>
Version: <cvs version string>
Author: <list of authors' email and real name>
Status: <Draft | Accepted | Deferred | Final>
Status: <Draft | Active | Accepted | Deferred | Final>
Type: <Informational | Standards Track>
Created: <date created on, in dd-mmm-yyyy format>
Post-History: <dates of postings to python-list and python-dev>