This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients barry, gvanrossum, ned.deily, ssteiner, tarek
Date 2009-10-05.16:22:05
SpamBayes Score 1.1965531e-08
Marked as misclassified No
Message-id <1254759727.0.0.705868476069.issue7064@psf.upfronthosting.co.za>
In-reply-to
Content
> Before we start pointing fingers or throwing mud, was this bug 
> fix which apparently breaking setuptools introduced knowing that 
> this would break setuptools users?
>
> I'm surprised that nobody at all tried to use the release candidate 
> with any of the listed packages.

The final release of 2.6.3 was done very shortly after the rc, so 
the community didn't have enough time to test their package with 
the rc.

What should have been done to avoid this (what what was suggested) is to
have a special buildbot for this that would run distutils commands over
a list of packages from the community.

I have a buidbot myself that does this, but it was discontinued lately 
because of a lack of CPU/Bandwidth.

> How hard would it be to release a 2.6.4 which differs from 2.6.3 
> only by not breaking existing setuptools distros?

I could work on this by making a special internal case in Distutils to
avoid calling the patched API that leads to the setuptools bug. This is
not hard and can be done quickly if required.
History
Date User Action Args
2009-10-05 16:22:07tareksetrecipients: + tarek, gvanrossum, barry, ssteiner, ned.deily
2009-10-05 16:22:07tareksetmessageid: <1254759727.0.0.705868476069.issue7064@psf.upfronthosting.co.za>
2009-10-05 16:22:05tareklinkissue7064 messages
2009-10-05 16:22:05tarekcreate