This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients georg.brandl, ocean-city
Date 2008-11-17.11:42:20
SpamBayes Score 3.1943184e-08
Marked as misclassified No
Message-id <1226922142.68.0.958226479575.issue4252@psf.upfronthosting.co.za>
In-reply-to
Content
Even if two bugs are solved, one weird problem remains. See
binary_index.png. "unicode, built-in function" should go under "unicode"
node, but it goes under "Unicode" node. This happens because  sitemap
format (hhk file) is *case insensitive*, and if binary index is turned
on, indexes are sorted and *merged* automatically.

I hope attached sphinx_index.patch will fix this problem. You don't have
to apply previous two patches. It should be applied to tip cleanly.

# Turning off binary index causes some change to look&feel of index
pane. For example, if you click inactive item, nothing happens instead
of alert dialog.
History
Date User Action Args
2008-11-17 11:42:22ocean-citysetrecipients: + ocean-city, georg.brandl
2008-11-17 11:42:22ocean-citysetmessageid: <1226922142.68.0.958226479575.issue4252@psf.upfronthosting.co.za>
2008-11-17 11:42:21ocean-citylinkissue4252 messages
2008-11-17 11:42:20ocean-citycreate