Bugs item #1684811, was opened at 2007-03-20 19:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1684811&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Collin Winter (collinwinter)
Assigned to: Nobody/Anonymous (nobody)
Summary: modindex.html builds incorrectly in Python 3

Initial Comment:
Running "make distclean; make" in Python 3's Doc/ directory (as of r54467) 
leaves me with a content-less modindex.html. The header and footer are present, 
but there's no list of modules. The same steps on trunk/ (SVN HEAD) produce the 
expected module list.

The mkmodindex step reports "0 index nodes". Watching the lines that 
mkmodindex:main() parses, none of them are related to modules (in the correct 
format or otherwise).

I've attached a copy of the bad modindex.html that "make" generated. Also 
attached is a patch that allows Doc/tools/ to work with Python 3 (which it 
doesn't as of r54467).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1684811&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to