Re: [Python-Dev] Re: distutils fix for building Zope against Python 2.4.1c1

2005-03-12 Thread Tim Peters
[Tim] >> Don't think it's needed on HEAD. As the checkin comment said: >> >> This doesn't appear to be an issue on the HEAD (MSVCCompiler initializes >> itself via __init__() on the HEAD). >> >> I verified by building Zope with unaltered HEAD too, and had no >> problem with that. [Martin]

Re: [Python-Dev] Re: distutils fix for building Zope against Python 2.4.1c1

2005-03-12 Thread Martin v. Löwis
Tim Peters wrote: Don't think it's needed on HEAD. As the checkin comment said: This doesn't appear to be an issue on the HEAD (MSVCCompiler initializes itself via __init__() on the HEAD). I verified by building Zope with unaltered HEAD too, and had no problem with that. Are you sure your