updated
This commit is contained in:
parent
a98db52a7e
commit
3906d98f25
|
@ -42,8 +42,9 @@ Kinds of PEPs
|
|||
|
||||
PEP Work Flow
|
||||
|
||||
The PEP editor, Barry Warsaw <peps@python.org>, assigns numbers
|
||||
for each PEP and changes its status.
|
||||
The PEP editors assign PEP numbers and change their status. The
|
||||
current PEP editors are David Goodger and Barry Warsaw. Please
|
||||
send all PEP-related email to <peps@python.org>.
|
||||
|
||||
The PEP process begins with a new idea for Python. It is highly
|
||||
recommended that a single PEP contain a single key proposal or new
|
||||
|
@ -231,7 +232,8 @@ PEP Header Preamble
|
|||
Last-Modified: <cvs date string>
|
||||
Author: <list of authors' real names and optionally, email addrs>
|
||||
* Discussions-To: <email address>
|
||||
Status: <Draft | Active | Accepted | Deferred | Final | Replaced>
|
||||
Status: <Draft | Active | Accepted | Deferred | Rejected |
|
||||
Final | Replaced>
|
||||
Type: <Informational | Standards Track>
|
||||
* Content-Type: <text/plain | text/x-rst>
|
||||
* Requires: <pep numbers>
|
||||
|
|
Loading…
Reference in New Issue