This question is related to how to check which compiler was used to build Python and What version of Visual Studio is Python on my computer compiled with?.
However, I'd like to know if there is some documentation available that tells me which version was used for a Python release, without installing it.
I know that print(sys.version)
works once installed, but that is just after the fact.