New submission from Antoine Pitrou <pit...@free.fr>:

$ 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'g...@cosc.canterbury.ac.nz', 
u'greg.ew...@canterbury.ac.nz']
make: *** [pep-0000.txt] Erreur 1

----------
assignee: docs@python
components: Documentation
messages: 145370
nosy: docs@python, pitrou
priority: normal
severity: normal
status: open
title: pep-0000.txt doesn't build anymore
type: compile error

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13154>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to