File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ optional and are described below. All other headers are required. ::
368
368
Status: <Draft | Active | Accepted | Deferred | Rejected |
369
369
Withdrawn | Final | Superseded>
370
370
Type: <Standards Track | Informational | Process>
371
- * Content-Type: <text/plain | text/x-rst >
371
+ * Content-Type: <text/x-rst | text/plain >
372
372
* Requires: <pep numbers>
373
373
Created: <date created on, in dd-mmm-yyyy format>
374
374
* Python-Version: <version number>
@@ -421,8 +421,9 @@ Informational, or Process.
421
421
The format of a PEP is specified with a Content-Type header. The
422
422
acceptable values are "text/plain" for plaintext PEPs (see PEP 9 [3]_)
423
423
and "text/x-rst" for reStructuredText PEPs (see PEP 12 [4]_).
424
- Plaintext ("text/plain") is the default if no Content-Type header is
425
- present.
424
+ reStructuredText is strongly preferred, but for backwards
425
+ compatibility plain text is currently still the default if no
426
+ Content-Type header is present.
426
427
427
428
The Created header records the date that the PEP was assigned a
428
429
number, while Post-History is used to record the dates of when new
You can’t perform that action at this time.
0 commit comments