Description
Is your feature request related to a problem? Please describe.
Many new comers to programming start with Python. It is not safe to assume that these newcomers will understand the difference between 32-bit and 64-bit. If Python already promotes 64-bit over 32-bit on the main download, then for users upgrading within the same minor version (3.10.X -> 3.10.Y), this promotion should remain. The Windows 64-bit installer is most likely the most downloaded binary yet it is at the bottom of the list.
https://www.python.org/downloads/release/python-3108/
https://www.python.org/downloads/windows/
Describe the solution you'd like
I'd like the Windows downloads to be sorted as follows:
Windows installer (64-bit)
Windows installer (32-bit)
Windows help file
Windows embeddable package (64-bit)
Windows embeddable package (32-bit)
Describe alternatives you've considered
Status quo
Additional context
Add any other context or screenshots about the feature request here.