From 4ffee6157a0c41dcb67cc7d9d3676292c9a33932 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 16 Jan 2016 13:41:48 -0800 Subject: [PATCH] Issue #25824: Fixes sys.winver to not include any architecture suffix. --- Misc/NEWS | 2 ++ PCbuild/python.props | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 9d307bd82f..6b5c418b1c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -88,6 +88,8 @@ Tests Build ----- +- Issue #25824: Fixes sys.winver to not include any architecture suffix. + - Issue #25348: Added ``--pgo`` and ``--pgo-job`` arguments to ``PCbuild\build.bat`` for building with Profile-Guided Optimization. The old ``PCbuild\build_pgo.bat`` script is now deprecated, and simply calls diff --git a/PCbuild/python.props b/PCbuild/python.props index 245e5716bd..ca3d10fff3 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -102,7 +102,6 @@ $(MajorVersionNumber).$(MinorVersionNumber) - $(SysWinVer)-32 -- 2.50.1