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

2011-10-12 Thread Senthil Kumaran

Senthil Kumaran  added the comment:

Fixed in 25ff1adf5f30

--
nosy: +orsenthil
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-10-12 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
nosy: +georg.brandl

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-10-12 Thread Mike Hoy

Mike Hoy  added the comment:

:~/peps$ find . -name "*.txt" | xargs grep "canterbury"
./pep-3152.txt:Author: Gregory Ewing 
./pep-0380.txt:Author: Gregory Ewing 
./pep-0284.txt:Greg Ewing 
./pep-0335.txt:Author: Gregory Ewing 

Looks like pep-0335.txt has a "Gregory Ewing" with a different email address 
(g...@cosc.canterbury.ac.nz) that is normally associated with "Gregory Ewing" 
(greg.ew...@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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-10-12 Thread Mike Hoy

Changes by Mike Hoy :


--
nosy: +mikehoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-10-11 Thread Antoine Pitrou

New submission from Antoine Pitrou :

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

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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com