On Saturday 28 May 2005 04:27, Stefan Seefeld wrote: > Nicholas Bastin wrote: > > I'll see what I can do about providing an iclcompiler class for win32 > > (the compiler is supported on linux as well, but I don't have that > > version). > > There once was an efford to work towards some 'distutils 2.0', > what happened to that ?
I don't think anything's happened with it. Before Python 2.5, I plan to go through distutils and remove a bunch of things that are now part of the stdlib - for instance, making distutils use logging and optparse, rather than it's own log and fancy_getopt modules. If you wanted to try writing down exactly what you'd like to see from a newer Extension object in distutils, that would be a good start... Anthony -- Anthony Baxter <[EMAIL PROTECTED]> It's never too late to have a happy childhood. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
