[ python-Bugs-960860 ] botched html for index subheadings
SourceForge.net
noreply at sourceforge.net
Thu Aug 3 00:32:14 CEST 2006
Bugs item #960860, was opened at 2004-05-26 10:17
Message generated for change (Comment added) made by jimjjewett
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=960860&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: None
>Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: botched html for index subheadings
Initial Comment:
In the index, if a topic has subtopics, it should be listed
as """
<dt>topic
<dd><dl><dt>subtopic1
<dt>subtopic2
</dl>
"""
In some cases (such as the reference manual entries for
module, or object(continued)), it is correct. In other
cases (such as the entries for name, or the first column
of object), the "<dd><dl>...</dl>" wrapper is left out, so
that the subentries appear to be normal entries that just
happen to be out of alphabetical order.
----------------------------------------------------------------------
>Comment By: Jim Jewett (jimjjewett)
Date: 2006-08-02 18:32
Message:
Logged In: YES
user_id=764593
It was fixed as of 2.5b2 (possibly earlier). Thank you.
----------------------------------------------------------------------
Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2006-07-29 16:15
Message:
Logged In: YES
user_id=3066
This appears to be fine in the 2.4.3 and development
versions of the documentation. If I'm missing something,
please be specific about what you think is wrong.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=960860&group_id=5470
More information about the Python-bugs-list
mailing list