File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -600,8 +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, in dd-mmm-yyyy format, and corresponding links to
604
- PEP discussion threads>
603
+ Post-History: <dates, in dd-mmm-yyyy format,
604
+ inline-linked to PEP discussion threads>
605
605
* Replaces: <pep number>
606
606
* Superseded-By: <pep number>
607
607
* Resolution: <url>
@@ -658,7 +658,8 @@ Content-Type header is present.
658
658
659
659
The Created header records the date that the PEP was assigned a
660
660
number, while Post-History is used to record the dates of and corresponding
661
- inline links to the Discussions-To threads for the PEP.
661
+ URLs to the Discussions-To threads for the PEP, with the former as the
662
+ linked text, and the latter as the link target.
662
663
Both headers should be in dd-mmm-yyyy format, e.g. 14-Aug-2001.
663
664
664
665
Standards Track PEPs will typically have a Python-Version header which
Original file line number Diff line number Diff line change @@ -123,14 +123,14 @@ directions below.
123
123
to this header each time you post your PEP to the designated discussion forum
124
124
(and update the ``Discussions-To `` header with said link, as above).
125
125
If you posted threads for your PEP on August 14, 2001 and September 3, 2001,
126
- the Post-History header would look something like:
126
+ the Post-History header would look like, e.g. :
127
127
128
128
.. code-block :: email
129
129
130
- Post-History: `14-Aug-2001 <https://www.example.com/thread_1>`_ ,
131
- `03-Sept-2001 <https://www.example.com/thread_2>`_
130
+ Post-History: `14-Aug-2001 <https://www.example.com/thread_1>`__ ,
131
+ `03-Sept-2001 <https://www.example.com/thread_2>`__
132
132
133
- You must manually add new dates/links as soon as you post a
133
+ You should add the new dates/links here as soon as you post a
134
134
new discussion thread.
135
135
136
136
- Add a Replaces header if your PEP obsoletes an earlier PEP. The
@@ -173,7 +173,7 @@ your PEP):
173
173
Requires: *[NNN]
174
174
Created: [DD-MMM-YYYY]
175
175
Python-Version: *[M.N]
176
- Post-History: [`DD-MMM-YYYY <URL>`_ ]
176
+ Post-History: [`DD-MMM-YYYY <URL>`__ ]
177
177
Replaces: *[NNN]
178
178
Superseded-By: *[NNN]
179
179
Resolution:
You can’t perform that action at this time.
0 commit comments