@@ -286,13 +286,13 @@ the PEP Sponsor and PEP editors can advise them accordingly.
286
286
If the chosen venue is not the `Python-Dev`_ mailing list,
287
287
a brief announcement should be posted there when the draft PEP is
288
288
committed to the PEP repository and available on the PEP website,
289
- with a link to the rendered PEP and the to canonical Discussions-To thread.
289
+ with a link to the rendered PEP and to the canonical `` Discussions-To`` thread.
290
290
291
291
If a PEP undergoes a significant re-write or other major, substantive
292
292
changes to its proposed specification, a new thread should typically be created
293
293
in the chosen venue to solicit additional feedback. If this occurs, the
294
- ``Discussions-To`` link and ``Post-History`` in the PEP must be updated to
295
- reflect this new thread, and (if not the discussion venue) a further
294
+ ``Discussions-To`` link must be updated and a new ``Post-History`` entry added
295
+ pointing to this new thread, and (if not the discussion venue) a further
296
296
announcement sent to `Python-Dev`_ containing the same information as above
297
297
and at least briefly summarizing the major changes.
298
298
@@ -600,7 +600,8 @@ optional and are described below. All other headers are required.
600
600
* Requires: <pep numbers>
601
601
Created: <date created on, in dd-mmm-yyyy format>
602
602
* Python-Version: <version number>
603
- Post-History: <dates of postings to Python-Dev and/or the Discussions-To thread, in dd-mmm-yyyy format>
603
+ Post-History: <dates, in dd-mmm-yyyy format,
604
+ inline-linked to PEP discussion threads>
604
605
* Replaces: <pep number>
605
606
* Superseded-By: <pep number>
606
607
* Resolution: <url>
@@ -654,9 +655,10 @@ and have a value of ``text/x-rst``, the default.
654
655
Previously, plaintext PEPs used ``text/plain`` (see :pep:`9`).
655
656
656
657
The Created header records the date that the PEP was assigned a
657
- number, while Post-History is used to record the dates of when new
658
- versions of the PEP are posted to Python-Dev and/or the Discussions-To thread.
659
- Both headers should be in dd-mmm-yyyy format, e.g. 14-Aug-2001.
658
+ number, while Post-History is used to record the dates of and corresponding
659
+ URLs to the Discussions-To threads for the PEP, with the former as the
660
+ linked text, and the latter as the link target.
661
+ Both sets of dates should be in ``dd-mmm-yyyy`` format, e.g. ``14-Aug-2001``.
660
662
661
663
Standards Track PEPs will typically have a Python-Version header which
662
664
indicates the version of Python that the feature will be released with.
0 commit comments