Issue 13154: pep-0000.txt doesn't build anymore (original) (raw)
$ make make: Dépendance circulaire pep-0000.txt <- pep-0000.txt abandonnée. python genpepindex.py . Traceback (most recent call last): File "genpepindex.py", line 67, in main(sys.argv) File "genpepindex.py", line 64, in main write_pep0(peps, pep0_file) File "/home/antoine/cpython/peps/pep0/output.py", line 195, in write_pep0 authors_dict = verify_email_addresses(peps) File "/home/antoine/cpython/peps/pep0/output.py", line 104, in verify_email_addresses "listed:\n" + '\n'.join(err_output)) ValueError: some authors have more than one email address listed: Gregory Ewing: [u'greg@cosc.canterbury.ac.nz', u'greg.ewing@canterbury.ac.nz'] make: *** [pep-0000.txt] Erreur 1