Define how stand-alone releases can update bundled releases.

This commit is contained in:
Martin v. Löwis 2012-06-18 17:17:05 +02:00
parent 7395ae5657
commit e2f6a9bc20
1 changed files with 3 additions and 1 deletions

View File

@ -97,7 +97,9 @@ Installation
It contains a version resource matching the version number of the
pythonXY.dll with which it is distributed. Independent
installations will always only overwrite newer versions of the
launcher with older versions.
launcher with older versions. Stand-alone releases use
a release level of 0x10 in FIELD3 of the CPython release on which
they are based.
The 32-bit distribution of Python will not install a 32-bit
version of the launcher on a 64-bit system.