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, ned.deily, tarek
Date 2009-10-05.11:38:59
SpamBayes Score 3.8239745e-11
Marked as misclassified No
Message-id <1254742740.95.0.67108452829.issue7064@psf.upfronthosting.co.za>
In-reply-to
Content
> (3) patch or downgrade distutils to restore the previous behavior

This is not really an option since distutils code was modified to fix
some bugs, with no API change and no backward compat break. 

Users affected with this problems have to ask the Setuptools maintainer
to change the monkey-patches done on distutils and release a new
version, or have to use Distribute that fixes the problem and provide a
setuptools-compatible distribution.

As far as Distutils is concerned, its development and bug fixes will not
be frozen to make sure a 1 year old release of a tool that does
monkey-patches still work. It's up to this project to adapt its patches.
History
Date User Action Args
2009-10-05 11:39:01tareksetrecipients: + tarek, barry, ned.deily
2009-10-05 11:39:01tareksetmessageid: <1254742740.95.0.67108452829.issue7064@psf.upfronthosting.co.za>
2009-10-05 11:38:59tareklinkissue7064 messages
2009-10-05 11:38:59tarekcreate