[docs] [issue35482] can't open python368rc1.chm and python372rc1.chm
Steve Dower
report at bugs.python.org
Tue Dec 18 16:47:20 EST 2018
Steve Dower <steve.dower at python.org> added the comment:
It looks like generally the ' entity does not work in the CHM index - there should be b' and u' entries as well, but they show up as b and u (whereas b" and u" are fine).
Substituting ' seems to work fine, but I had to do that manually in the hhk file and then rebuild the hhp directly. I'm not sure the best way to integrate it into our entire build process is.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35482>
_______________________________________
More information about the docs
mailing list