Skip to content

Commit dc275b0

Browse files
Meta: Allow PEP authors to use a name other than their real name (#4058)
1 parent 353b71c commit dc275b0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

peps/pep-0001.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,9 @@ optional and are described below. All other headers are required.
606606
607607
PEP: <pep number>
608608
Title: <pep title>
609-
Author: <list of authors' real names and optionally, email addrs>
610-
* Sponsor: <real name of sponsor>
611-
* PEP-Delegate: <PEP delegate's real name>
609+
Author: <list of authors' names and optionally, email addrs>
610+
* Sponsor: <name of sponsor>
611+
* PEP-Delegate: <PEP delegate's name>
612612
Discussions-To: <URL of current canonical discussion thread>
613613
Status: <Draft | Active | Accepted | Provisional | Deferred | Rejected |
614614
Withdrawn | Final | Superseded>
@@ -637,7 +637,9 @@ if the email address is included, and just:
637637
638638
Random J. User
639639
640-
if the address is not given.
640+
if the address is not given. Most PEP authors use their real name, but
641+
if you prefer a different name and use it consistently in discussions
642+
related to the PEP, feel free to use it here.
641643

642644
If there are multiple authors, each should be on a separate line
643645
following :rfc:`2822` continuation line conventions. Note that personal

0 commit comments

Comments
 (0)