Strongly prefer reStructuredText. (#115)
This commit is contained in:
parent
278df313c7
commit
6efb70f02a
|
@ -368,7 +368,7 @@ optional and are described below. All other headers are required. ::
|
||||||
Status: <Draft | Active | Accepted | Deferred | Rejected |
|
Status: <Draft | Active | Accepted | Deferred | Rejected |
|
||||||
Withdrawn | Final | Superseded>
|
Withdrawn | Final | Superseded>
|
||||||
Type: <Standards Track | Informational | Process>
|
Type: <Standards Track | Informational | Process>
|
||||||
* Content-Type: <text/plain | text/x-rst>
|
* Content-Type: <text/x-rst | text/plain>
|
||||||
* Requires: <pep numbers>
|
* Requires: <pep numbers>
|
||||||
Created: <date created on, in dd-mmm-yyyy format>
|
Created: <date created on, in dd-mmm-yyyy format>
|
||||||
* Python-Version: <version number>
|
* Python-Version: <version number>
|
||||||
|
@ -421,8 +421,9 @@ Informational, or Process.
|
||||||
The format of a PEP is specified with a Content-Type header. The
|
The format of a PEP is specified with a Content-Type header. The
|
||||||
acceptable values are "text/plain" for plaintext PEPs (see PEP 9 [3]_)
|
acceptable values are "text/plain" for plaintext PEPs (see PEP 9 [3]_)
|
||||||
and "text/x-rst" for reStructuredText PEPs (see PEP 12 [4]_).
|
and "text/x-rst" for reStructuredText PEPs (see PEP 12 [4]_).
|
||||||
Plaintext ("text/plain") is the default if no Content-Type header is
|
reStructuredText is strongly preferred, but for backwards
|
||||||
present.
|
compatibility plain text is currently still the default if no
|
||||||
|
Content-Type header is present.
|
||||||
|
|
||||||
The Created header records the date that the PEP was assigned a
|
The Created header records the date that the PEP was assigned a
|
||||||
number, while Post-History is used to record the dates of when new
|
number, while Post-History is used to record the dates of when new
|
||||||
|
|
Loading…
Reference in New Issue