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 pitrou
Recipients docs@python, pitrou
Date 2011-10-11.21:55:07
SpamBayes Score 0.0206752
Marked as misclassified No
Message-id <1318370108.79.0.613915208631.issue13154@psf.upfronthosting.co.za>
In-reply-to
Content
$ 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 <module>
    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
History
Date User Action Args
2011-10-11 21:55:08pitrousetrecipients: + pitrou, docs@python
2011-10-11 21:55:08pitrousetmessageid: <1318370108.79.0.613915208631.issue13154@psf.upfronthosting.co.za>
2011-10-11 21:55:08pitroulinkissue13154 messages
2011-10-11 21:55:07pitroucreate