[Python-3000-checkins] Python Regression Test Failures doc (1)

Neal Norwitz nnorwitz at gmail.com
Wed Jul 11 04:04:20 CEST 2007


[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
[16242 refs]
cd html && \
 /home/neal/python/py3k/Doc/../python ../tools/mkmodindex --columns 3 \
	--output modindex.html --address "See <i><a href=\"about.html\">About this document...</a></i> for information on suggesting changes." \
	--favicon icons/pyfav.png \
	dist/modindex.html \
	lib/modindex.html mac/modindex.html
Traceback (most recent call last):
  File "../tools/mkmodindex", line 158, in <module>
    main()
  File "../tools/mkmodindex", line 134, in main
    buildindex.process_nodes(nodes, options.columns, options.letters),
  File "/home/neal/python/py3k/Doc/tools/buildindex.py", line 350, in process_nodes
    nodes.sort()
  File "/home/neal/python/py3k/Doc/tools/buildindex.py", line 45, in __lt__
    return cmp(self, other) == -1
  File "/home/neal/python/py3k/Doc/tools/buildindex.py", line 53, in __cmp__
    return self.cmp_entry(other) or cmp(self.seqno, other.seqno)
  File "/home/neal/python/py3k/Doc/tools/buildindex.py", line 58, in cmp_entry
    for i in range(min(len(self.key), len(other.key))):
TypeError: object of type 'itertools.imap' has no len()
[27132 refs]
make: *** [html/modindex.html] Error 1


More information about the Python-3000-checkins mailing list