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 christian.heimes
Recipients Romuald, amaury.forgeotdarc, christian.heimes, docs@python, skrah
Date 2017-09-18.14:53:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505746400.72.0.935929687158.issue31443@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's svnmerge of this commit, which talks about VS 2005. It might have been required to support VS 2003 and 2005.

```
 r59290 | christian.heimes | 2007-12-03 14:47:29 +0100 (Mon, 03 Dec 2007) | 3 lines

  Applied my patch #1455 with some extra fixes for VS 2005
  The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier.
  I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
```
History
Date User Action Args
2017-09-18 14:53:20christian.heimessetrecipients: + christian.heimes, amaury.forgeotdarc, skrah, docs@python, Romuald
2017-09-18 14:53:20christian.heimessetmessageid: <1505746400.72.0.935929687158.issue31443@psf.upfronthosting.co.za>
2017-09-18 14:53:20christian.heimeslinkissue31443 messages
2017-09-18 14:53:20christian.heimescreate