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 |
|
||||
Withdrawn | Final | Superseded>
|
||||
Type: <Standards Track | Informational | Process>
|
||||
* Content-Type: <text/plain | text/x-rst>
|
||||
* Content-Type: <text/x-rst | text/plain>
|
||||
* Requires: <pep numbers>
|
||||
Created: <date created on, in dd-mmm-yyyy format>
|
||||
* Python-Version: <version number>
|
||||
|
@ -421,8 +421,9 @@ Informational, or Process.
|
|||
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]_)
|
||||
and "text/x-rst" for reStructuredText PEPs (see PEP 12 [4]_).
|
||||
Plaintext ("text/plain") is the default if no Content-Type header is
|
||||
present.
|
||||
reStructuredText is strongly preferred, but for backwards
|
||||
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
|
||||
number, while Post-History is used to record the dates of when new
|
||||
|
|
Loading…
Reference in New Issue