Re: [Python-Dev] Fixing 2.5 windows buildbots

2006-08-17 Thread Neal Norwitz
On 8/17/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > I'd like to fix the two build failures that the Windows buildbots > show for the 2.5 trunk. I'm not quite sure what the OpenSSL failure > is, yet, but the sqlite error should be fixable with the patch > below. Ok to work on this? Please do

[Python-Dev] Fixing 2.5 windows buildbots

2006-08-17 Thread Martin v. Löwis
I'd like to fix the two build failures that the Windows buildbots show for the 2.5 trunk. I'm not quite sure what the OpenSSL failure is, yet, but the sqlite error should be fixable with the patch below. Ok to work on this? Martin Index: Tools/buildbot/external.bat ===