Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

> But different build system make new plaform!
Maybe, but not a new "sys.platform".

VC6 and VS9.0 don't share any project file for the compilation; but they both 
build a sys.platform=='win32'.
Distutils has to use another way to make the difference and choose the right 
compiler (in distutils.mscvcompiler.get_build_version())

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3871>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to