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 eric.araujo
Recipients bbrazil, brian.curtin, eric.araujo, eric.smith, loewis, tarek
Date 2010-11-06.01:11:09
SpamBayes Score 2.1109043e-08
Marked as misclassified No
Message-id <1289005872.32.0.291083969086.issue10252@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in the py3k branch in r86223, r86224 and r86226.  Thanks for the report and starting patch.

Eric: This compatibility policy was instated because a newer version of distutils may be used/is often used to install distributions for older Pythons.  In the 2.x line, this was enforced.  I checked the current py3k code with the oldest version I have, 2.4, and it’s not entirely compatible.  Python 3.x is developed as a clean break from 2.x (no versionchanged directives in docs, etc.), so what’s the status of the distutils compatibility policy?  I think that the reasons are still valid, so keeping 2.x source compat in py3k is a nice thing to do for our users.  Even if we’re working on distutils2 (which will have releases for 2.4-3.2), distutils is still widely used and we expect a long transition period.

I can bring this up on python-dev if you think it’s needed.
History
Date User Action Args
2010-11-06 01:11:12eric.araujosetrecipients: + eric.araujo, loewis, eric.smith, tarek, brian.curtin, bbrazil
2010-11-06 01:11:12eric.araujosetmessageid: <1289005872.32.0.291083969086.issue10252@psf.upfronthosting.co.za>
2010-11-06 01:11:11eric.araujolinkissue10252 messages
2010-11-06 01:11:09eric.araujocreate