Re: [python-committers] Python 2.6.2

2009-04-15 Thread Hirokazu Yamamoto
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

Re: [python-committers] Python 2.6.2

2009-04-15 Thread Martin v. Löwis
> 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

Re: [python-committers] Python 2.6.2

2009-04-15 Thread Martin v. Löwis
> 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