New submission from Éric Araujo <mer...@netwok.org>: 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). ---------- assignee: tarek components: Distutils2 messages: 137559 nosy: alexis, eric.araujo, loewis, tarek priority: normal severity: normal status: open title: Use PYPACKAGING_USE_SDK envvar instead of DISTUTILS_USE_SDK versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12257> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com