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 Matt.Hickford
Recipients Matt.Hickford, dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-30.21:15:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443647744.89.0.488480102452.issue25251@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what the correct analogue of msvcr100 is for Visual C++ 14.0. "msvcr140.dll no longer exists" http://blogs.msdn.com/b/vcblog/archive/2014/06/03/visual-studio-14-ctp.aspx

        elif msc_ver == '1600':
             # VS2010 / MSVC 10.0
             return ['msvcr100']
        elif msc_ver == '1900':
History
Date User Action Args
2015-09-30 21:15:44Matt.Hickfordsetrecipients: + Matt.Hickford, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft
2015-09-30 21:15:44Matt.Hickfordsetmessageid: <1443647744.89.0.488480102452.issue25251@psf.upfronthosting.co.za>
2015-09-30 21:15:44Matt.Hickfordlinkissue25251 messages
2015-09-30 21:15:44Matt.Hickfordcreate