diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-11 19:44:39 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-11 19:44:39 (GMT) |
commit | 062843354f40511566dd23cbe331ead7d2756277 (patch) | |
tree | 5b9bb0615483e7ae6d0285b713883c5363d7c945 /Misc/NEWS | |
parent | 01c04013a79555ce82dcaab7dc0907f3b4b28034 (diff) | |
download | cpython-062843354f40511566dd23cbe331ead7d2756277.zip cpython-062843354f40511566dd23cbe331ead7d2756277.tar.gz cpython-062843354f40511566dd23cbe331ead7d2756277.tar.bz2 |
Some help for SF 614770: MSVC 7.0 compiler support
This changes sys.version under Microsoft builds to include the MS compiler
version number (_MSC_VER). Since VC 6 and VC 7 are apparently
incompatible, and both can be installed on a single box, distutils needs
some way to figure out which version of MSVC a given Python was compiled
under.
As also suggested by MvL, got rid of #ifdef'ery for the defunct _M_ALPHA
target.
Bugfix candidate? Hard to say. As far as I'm concerned, VC 7 wasn't
a supported platform in the 2.2 line. If somebody thinks it should be,
they can do the work.
Diffstat (limited to 'Misc/NEWS')
0 files changed, 0 insertions, 0 deletions