This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Ramchandra Apte, eric.araujo, ezio.melotti, michael.foord, ncoghlan, r.david.murray
Date 2012-06-17.12:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339937191.29.0.626286298189.issue14215@psf.upfronthosting.co.za>
In-reply-to
Content
The title for the PEPs seem to be set in the fixfile function, at the line 206.

Maybe something like:
    if pep:
        title = "PEP " + pep + " -- " + title
    else:
        title = "PEP index"
works, assuming that only title-less page is the index.
History
Date User Action Args
2012-06-17 12:46:31ezio.melottisetrecipients: + ezio.melotti, ncoghlan, eric.araujo, r.david.murray, michael.foord, Ramchandra Apte
2012-06-17 12:46:31ezio.melottisetmessageid: <1339937191.29.0.626286298189.issue14215@psf.upfronthosting.co.za>
2012-06-17 12:46:30ezio.melottilinkissue14215 messages
2012-06-17 12:46:30ezio.melotticreate