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, jcea, tarek
Date 2012-01-18.14:57:48
SpamBayes Score 0.00010203432
Marked as misclassified No
Message-id <1326898669.1.0.348713571639.issue13813@psf.upfronthosting.co.za>
In-reply-to
Content
I am afraid the distutils feature freeze prevents us from doing this, even in 3.3.  Remember that Tarek initially moved sysconfig from distutils to the top level, and the removal was reverted alongside other improvements when there was outcry at the distutils changes and distutils2 was started.  We are aware of the discrepancies between distutils.sysconfig and syconfig; for example, the Mac framework stuff for --user (PEP 371) is different, and the docs for sysconfig misleadingly says that the paths are used by distutils.  These will get fixed when I get a chance.  distutils2/packaging exclusively uses sysconfig, no more duplication.
History
Date User Action Args
2012-01-18 14:57:49eric.araujosetrecipients: + eric.araujo, jcea, tarek
2012-01-18 14:57:49eric.araujosetmessageid: <1326898669.1.0.348713571639.issue13813@psf.upfronthosting.co.za>
2012-01-18 14:57:48eric.araujolinkissue13813 messages
2012-01-18 14:57:48eric.araujocreate