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 alexis, eric.araujo, loewis, tarek
Date 2011-06-03.17:08:14
SpamBayes Score 0.0021660787
Marked as misclassified No
Message-id <1307120894.91.0.571532721021.issue12257@psf.upfronthosting.co.za>
In-reply-to
Content
packaging still uses the DISTUTILS_USE_SDK environment variable to tweak compilation on Windows.  Do we want to change the name?  Pro: separates distutils and packaging, con: requires users to set one more var during the transition period.

I don’t know if MSSdk is distutils-specific (on which case the same question about renaming or not applies) or if it is a Windows envvar used by many tools (in which case packaging can continue to use it too).
History
Date User Action Args
2011-06-03 17:08:14eric.araujosetrecipients: + eric.araujo, loewis, tarek, alexis
2011-06-03 17:08:14eric.araujosetmessageid: <1307120894.91.0.571532721021.issue12257@psf.upfronthosting.co.za>
2011-06-03 17:08:14eric.araujolinkissue12257 messages
2011-06-03 17:08:14eric.araujocreate