Hello. HtmlHelp(windows) in Python2.6.2 seems to be broken. I didn't
notice this. :-(
http://bugs.python.org/issue5764
This happens because r71380 was not backported. (Documents under Doc/
require Sphinx 0.6.1 now)
I've merged this into release26-maint in r71639. But in order to update
Pyth
> I've merged this into release26-maint in r71639. But in order to update
> Python2.6.2 binary, I think Martin's help is needed. Could you?
I won't be re-releasing 2.6.2. We should make a 2.6.3 release instead.
Regards,
Martin
___
python-committers mail
> This happens because r71380 was not backported.
This can't possibly be the problem. I don't use make.bat to build the
html documentation.
To build the documentation, I had checked out the trunk of sphinx,
r68598.
Since 2.6.2, I never did "make checkout", but only "make update";
I guess this wa