Description
Is your feature request related to a problem? Please describe.
The download links for CPython for Windows (When browsing from Windows) link to the 32-bit version of Python. Considering that the Python launcher for Windows already prefers the 64-bit version (3.4.4.2. Customizing default Python versions), I would assume that the 64-bit version is preferred (I think 32-bit Windows is a rarity nowadays). Wouldn't it make sense to change it to the 64-bit version if the user is browsing from a 64-bit Windows?
The core developers for CPython on Windows should probably voice their opinion on this.
Describe the solution you'd like
The download links point to the 64-bit Python version.
Describe alternatives you've considered
It's also possible to link to both versions and let the user decide, with a link explaining the differences.
Additional context
For example, this link:
And there is another one on the download button hover in the top bar.