[issue14215] http://www.python.org/dev/peps/ title is python.org

Ezio Melotti report at bugs.python.org
Sun Jun 17 14:46:31 CEST 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

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.

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14215>
_______________________________________


More information about the Python-bugs-list mailing list