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

Antoine Pitrou report at bugs.python.org
Tue Oct 11 23:55:08 CEST 2011


New submission from Antoine Pitrou <pitrou at 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'greg at cosc.canterbury.ac.nz', u'greg.ewing at canterbury.ac.nz']
make: *** [pep-0000.txt] Erreur 1

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

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


More information about the docs mailing list