changeset: 99937:b91c323a605e branch: 2.7 parent: 99924:daff4ced1b32 user: Steve Dower date: Sat Jan 16 13:41:48 2016 -0800 files: Misc/NEWS PCbuild/python.props description: Issue #25824: Fixes sys.winver to not include any architecture suffix. diff -r daff4ced1b32 -r b91c323a605e Misc/NEWS --- a/Misc/NEWS Fri Jan 15 22:13:16 2016 -0800 +++ b/Misc/NEWS Sat Jan 16 13:41:48 2016 -0800 @@ -88,6 +88,8 @@ 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 -r daff4ced1b32 -r b91c323a605e PCbuild/python.props --- a/PCbuild/python.props Fri Jan 15 22:13:16 2016 -0800 +++ b/PCbuild/python.props Sat Jan 16 13:41:48 2016 -0800 @@ -102,7 +102,6 @@ $(MajorVersionNumber).$(MinorVersionNumber) - $(SysWinVer)-32