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 jkloth
Recipients jeremy.kloth, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-12-09.15:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544369106.83.0.788709270274.issue35433@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for the delay, but I wanted to get an environment that still had an older VS2015 install to test against.  VS2015 prior to Update 3 use a different heuristic to determine the SDK version for building.

I've made the following changes:
- version checking uses System.Version,
- WindowsTargetPlatformVersion is set to the detected Win10 SDK (this is the offical setting anyway, but required for VS2015 prior to Update 3)
- added display of the detected SDK to ShowVersionInfo target (build.bat -V)
History
Date User Action Args
2018-12-09 15:25:06jklothsetrecipients: + jkloth, paul.moore, vstinner, tim.golden, jeremy.kloth, zach.ware, steve.dower
2018-12-09 15:25:06jklothsetmessageid: <1544369106.83.0.788709270274.issue35433@psf.upfronthosting.co.za>
2018-12-09 15:25:06jklothlinkissue35433 messages
2018-12-09 15:25:06jklothcreate