[Distutils] Re: New Distutils snapshot

Thomas Heller theller@python.net
Tue Nov 19 14:02:01 2002


Andrew Kuchling <akuchlin@mems-exchange.org> writes:

> On Tue, Nov 19, 2002 at 05:50:13PM +0100, Thomas Heller wrote:
> >I assume 1.0.4 would then be the (still 1.5.2 compatible) CVS HEAD version?
> 
> Yes; 1.0.4 would wrap up the Distutils that goes into Python 2.3.

but also be released separately for Python 2.2.2, I assume?

> 
> >In this case I want to add documentation for the recent bdist_wininst
> >improvements.  I would also consider SF bug #638595, because it also
> >has bitten me.
> 
> #638595 is "Move bdist_wininst source code into PC", a directive from
> Guido but not actually a bug.  Was that the bug you intended?

No, it was 639118: archiver should use zipfile before zip. Sorry for
the confusion.

Thomas