Because of the redesign of PEP 0, titles can now be of a maximum 44
characters in length (up from the previous 38). I think this still gives us plenty of room for the owner fields.
This commit is contained in:
parent
c50fb7f5b8
commit
d01aa72709
|
@ -129,7 +129,7 @@ What belongs in a successful PEP?
|
||||||
|
|
||||||
1. Preamble -- RFC822 style headers containing meta-data about the
|
1. Preamble -- RFC822 style headers containing meta-data about the
|
||||||
PEP, including the PEP number, a short descriptive title
|
PEP, including the PEP number, a short descriptive title
|
||||||
(limited to a maximum of 38 characters), the names contact info
|
(limited to a maximum of 44 characters), the names contact info
|
||||||
for each author, etc.
|
for each author, etc.
|
||||||
|
|
||||||
2. Abstract -- a short (~200 word) description of the technical
|
2. Abstract -- a short (~200 word) description of the technical
|
||||||
|
|
Loading…
Reference in New Issue