[docs] [issue13154] pep-0000.txt doesn't build anymore

Mike Hoy report at bugs.python.org
Wed Oct 12 23:10:17 CEST 2011


Mike Hoy <mhoy09 at gmail.com> added the comment:

:~/peps$ find . -name "*.txt" | xargs grep "canterbury"
./pep-3152.txt:Author: Gregory Ewing <greg.ewing at canterbury.ac.nz>
./pep-0380.txt:Author: Gregory Ewing <greg.ewing at canterbury.ac.nz>
./pep-0284.txt:    Greg Ewing <greg.ewing at canterbury.ac.nz>
./pep-0335.txt:Author: Gregory Ewing <greg at cosc.canterbury.ac.nz>

Looks like pep-0335.txt has a "Gregory Ewing" with a different email address (greg at cosc.canterbury.ac.nz) that is normally associated with "Gregory Ewing" (greg.ewing at canterbury.ac.nz).

Which is an error according to:

pep0/output.py:

    if too_many_emails:
        err_output = []
        for author, emails in too_many_emails:
            err_output.append("    %s: %r" % (author, emails))
        raise ValueError("some authors have more than one email address "
                         "listed:\n" + '\n'.join(err_output))

----------

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


More information about the docs mailing list