Add a note that titles should be limited to 38 characters.

This commit is contained in:
Barry Warsaw 2001-03-28 19:52:13 +00:00
parent e7493f10be
commit 1d573c6465
1 changed files with 3 additions and 2 deletions

View File

@ -128,8 +128,9 @@ What belongs in a successful PEP?
Each PEP should have the following parts:
1. Preamble -- RFC822 style headers containing meta-data about the
PEP, including the PEP number, a short descriptive title, the
names contact info for each author, etc.
PEP, including the PEP number, a short descriptive title
(limited to a maximum of 38 characters), the names contact info
for each author, etc.
2. Abstract -- a short (~200 word) description of the technical
issue being addressed.