]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #25824: Fixes sys.winver to not include any architecture suffix.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 16 Jan 2016 21:41:48 +0000 (13:41 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 16 Jan 2016 21:41:48 +0000 (13:41 -0800)
Misc/NEWS
PCbuild/python.props

index 9d307bd82f51cae83ef10b25dbd0adf52e01674d..6b5c418b1c85fd2bbcee93c210fb3530df111ca1 100644 (file)
--- 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
index 245e5716bdcaa250b93552ac9c7ff3226ebb81fc..ca3d10fff3b78d1be0b104e138b9efcbbf2c289e 100644 (file)
 
     <!-- The version number for sys.winver -->
     <SysWinVer>$(MajorVersionNumber).$(MinorVersionNumber)</SysWinVer>
-    <SysWinVer Condition="$(Platform) == 'Win32' or $(Platform) == 'x86'">$(SysWinVer)-32</SysWinVer>
   </PropertyGroup>
 
   <!-- Displays the calculated version info -->