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 zach.ware
Recipients bjoernthiel, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-11.16:45:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452530714.6.0.534438749596.issue26079@psf.upfronthosting.co.za>
In-reply-to
Content
I'm on the fence about this one.  MSVC 12.0 is not officially supported for any Python release.  Also, using PlatformToolset makes things difficult for ICC builds (which set PlatformToolset to e.g. "Intel C++ Compiler 16.0").

On the other hand, this is a very simple change, and building tkinter with ICC is pretty well completely broken anyway (it only works if you first build Tcl/Tk with MSVC).

Call me +0; +1 if you can get around using PlatformToolset directly.
History
Date User Action Args
2016-01-11 16:45:14zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower, bjoernthiel
2016-01-11 16:45:14zach.waresetmessageid: <1452530714.6.0.534438749596.issue26079@psf.upfronthosting.co.za>
2016-01-11 16:45:14zach.warelinkissue26079 messages
2016-01-11 16:45:14zach.warecreate