@@ -3,7 +3,6 @@ Title: PEP Purpose and Guidelines
3
3
Author: Barry Warsaw, Jeremy Hylton, David Goodger, Nick Coghlan
4
4
Status: Active
5
5
Type: Process
6
- Content-Type: text/x-rst
7
6
Created: 13-Jun-2000
8
7
Post-History: 21-Mar-2001, 29-Jul-2002, 03-May-2003, 05-May-2012,
9
8
07-Apr-2013
@@ -610,7 +609,6 @@ optional and are described below. All other headers are required.
610
609
Withdrawn | Final | Superseded>
611
610
Type: <Standards Track | Informational | Process>
612
611
* Topic: <Governance | Packaging | Release | Typing>
613
- * Content-Type: text/x-rst
614
612
* Requires: <pep numbers>
615
613
Created: <date created on, in dd-mmm-yyyy format>
616
614
* Python-Version: <version number>
649
647
The PEP-Delegate field is used to record the individual appointed by the
650
648
Steering Council to make the final decision on whether or not to approve or
651
649
reject a PEP. (The delegate's email address is currently omitted due to a
652
- limitation in the email address masking for reStructuredText PEPs)
650
+ limitation in the email address masking for reStructuredText PEPs. )
653
651
654
652
*Note: The Resolution header is required for Standards Track PEPs
655
653
only. It contains a URL that should point to an email message or
@@ -668,11 +666,6 @@ The optional Topic header lists the special topic, if any,
668
666
the PEP belongs under.
669
667
See the :ref: `topic-index ` for the existing topics.
670
668
671
- The format of a PEP is specified with a Content-Type header.
672
- All PEPs must use reStructuredText (see :pep: `12 `),
673
- and have a value of ``text/x-rst ``, the default.
674
- Previously, plaintext PEPs used ``text/plain `` (see :pep: `9 `).
675
-
676
669
The Created header records the date that the PEP was assigned a
677
670
number, while Post-History is used to record the dates of and corresponding
678
671
URLs to the Discussions-To threads for the PEP, with the former as the
@@ -878,13 +871,3 @@ Copyright
878
871
879
872
This document is placed in the public domain or under the
880
873
CC0-1.0-Universal license, whichever is more permissive.
881
-
882
-
883
- ..
884
- Local Variables:
885
- mode: indented-text
886
- indent-tabs-mode: nil
887
- sentence-end-double-space: t
888
- fill-column: 70
889
- coding: utf-8
890
- End:
0 commit comments