-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 1/12: Clarify language around Post-History links & make anonymous
- Loading branch information
1 parent
1e49847
commit e4c39c3
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Status: Active | |
Type: Process | ||
Content-Type: text/x-rst | ||
Created: 05-Aug-2002 | ||
Post-History: `30-Aug-2002 <https://mail.python.org/archives/list/[email protected]/thread/KX3AS7QAY26QH3WIUAEOCCNXQ4V2TGGV/>`_ | ||
Post-History: `30-Aug-2002 <https://mail.python.org/archives/list/[email protected]/thread/KX3AS7QAY26QH3WIUAEOCCNXQ4V2TGGV/>`__ | ||
|
||
|
||
.. note:: | ||
|
@@ -123,14 +123,14 @@ directions below. | |
to this header each time you post your PEP to the designated discussion forum | ||
(and update the ``Discussions-To`` header with said link, as above). | ||
If you posted threads for your PEP on August 14, 2001 and September 3, 2001, | ||
the Post-History header would look something like: | ||
the Post-History header would look like, e.g.: | ||
|
||
.. code-block:: email | ||
Post-History: `14-Aug-2001 <https://www.example.com/thread_1>`_, | ||
`03-Sept-2001 <https://www.example.com/thread_2>`_ | ||
Post-History: `14-Aug-2001 <https://www.example.com/thread_1>`__, | ||
`03-Sept-2001 <https://www.example.com/thread_2>`__ | ||
You must manually add new dates/links as soon as you post a | ||
You should add the new dates/links here as soon as you post a | ||
new discussion thread. | ||
|
||
- Add a Replaces header if your PEP obsoletes an earlier PEP. The | ||
|
@@ -173,7 +173,7 @@ your PEP): | |
Requires: *[NNN] | ||
Created: [DD-MMM-YYYY] | ||
Python-Version: *[M.N] | ||
Post-History: [`DD-MMM-YYYY <URL>`_] | ||
Post-History: [`DD-MMM-YYYY <URL>`__] | ||
Replaces: *[NNN] | ||
Superseded-By: *[NNN] | ||
Resolution: | ||
|