Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment:

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.

Added file: http://bugs.python.org/file12026/binary_index.png

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4252>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to