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 eric.araujo, tarek
Date 2010-09-12.23:26:26
SpamBayes Score 7.047589e-08
Marked as misclassified No
Message-id <1284333988.17.0.109581594915.issue9841@psf.upfronthosting.co.za>
In-reply-to
Content
With the recent distutils revert, code that was removed from distutils.sysconfig is now back.  This causes an unfortunate code duplication that raises maintenance cost (see msg116087 for an example).

Even if distutils is feature-frozen, I think that it should be changed to use the sysconfig module again.  Think about it that way: The new feature is sysconfig itself, this does not break the distutils freeze since compatibility would be retained.
History
Date User Action Args
2010-09-12 23:26:28eric.araujosetrecipients: + eric.araujo, tarek
2010-09-12 23:26:28eric.araujosetmessageid: <1284333988.17.0.109581594915.issue9841@psf.upfronthosting.co.za>
2010-09-12 23:26:26eric.araujolinkissue9841 messages
2010-09-12 23:26:26eric.araujocreate