Library
-------
+Build
+-----
+
+- Bug #3887: Package x64 version of CRT for AMD64 Windows binaries.
+
What's New in Python 2.6 release candidate 2?
=============================================
if len(sys.argv)==2:\r
msi = sys.argv[1]\r
if Win64:\r
- modules = ["Microsoft_VC90_CRT_x86.msm", "policy_8_0_Microsoft_VC80_CRT_x86_x64.msm"]\r
+ modules = ["Microsoft_VC90_CRT_x86_x64.msm", "policy_8_0_Microsoft_VC80_CRT_x86_x64.msm"]\r
if not msi: msi = "python-%s.amd64.msi" % full_current_version\r
else:\r
modules = ["Microsoft_VC90_CRT_x86.msm","policy_8_0_Microsoft_VC80_CRT_x86.msm"]\r