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 malin
Recipients Keelung Yang, Václav Dvořák, chrullrich, docs@python, malin, methane, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-08-27.14:37:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598539066.7.0.296354737866.issue35228@roundup.psfhosted.org>
In-reply-to
Content
> More realistically, including the docs as unbundled HTML files
> and relying on the default browser is probably an all-around better idea.

CHM's index function is very convenient, I almost always use this feature when I use CHM.

How about use tkinter to write a doc indexing tool, it reads the indexes in this page:
https://docs.python.org/3/genindex-all.html

Its behavior is the same as CHM's index, except that the link is opened in browser.

This indexing tool can be packaged with Python installer, just like IDLE, then MacOS/Linux users can also use the index.
History
Date User Action Args
2020-08-27 14:37:46malinsetrecipients: + malin, paul.moore, tim.golden, methane, docs@python, zach.ware, steve.dower, chrullrich, Václav Dvořák, Keelung Yang
2020-08-27 14:37:46malinsetmessageid: <1598539066.7.0.296354737866.issue35228@roundup.psfhosted.org>
2020-08-27 14:37:46malinlinkissue35228 messages
2020-08-27 14:37:46malincreate