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 steve.dower
Recipients docs@python, malin, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2018-12-18.21:47:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545169640.13.0.788709270274.issue35482@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like generally the &#x27; 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 &#39; 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.
History
Date User Action Args
2018-12-18 21:47:20steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, ned.deily, docs@python, zach.ware, serhiy.storchaka, malin
2018-12-18 21:47:20steve.dowersetmessageid: <1545169640.13.0.788709270274.issue35482@psf.upfronthosting.co.za>
2018-12-18 21:47:20steve.dowerlinkissue35482 messages
2018-12-18 21:47:20steve.dowercreate