@@ -286,13 +286,13 @@ the PEP Sponsor and PEP editors can advise them accordingly.
286286If the chosen venue is not the `Python-Dev`_ mailing list,
287287a brief announcement should be posted there when the draft PEP is
288288committed 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.
290290
291291If a PEP undergoes a significant re-write or other major, substantive
292292changes to its proposed specification, a new thread should typically be created
293293in 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
296296announcement sent to `Python-Dev`_ containing the same information as above
297297and at least briefly summarizing the major changes.
298298
@@ -600,7 +600,8 @@ optional and are described below. All other headers are required.
600600 * Requires: <pep numbers>
601601 Created: <date created on, in dd-mmm-yyyy format>
602602 * 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>
604605 * Replaces: <pep number>
605606 * Superseded-By: <pep number>
606607 * Resolution: <url>
@@ -654,9 +655,10 @@ and have a value of ``text/x-rst``, the default.
654655Previously, plaintext PEPs used ``text/plain`` (see :pep:`9`).
655656
656657The 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``.
660662
661663Standards Track PEPs will typically have a Python-Version header which
662664indicates the version of Python that the feature will be released with.
0 commit comments