Define how stand-alone releases can update bundled releases.
This commit is contained in:
parent
7395ae5657
commit
e2f6a9bc20
|
@ -97,7 +97,9 @@ Installation
|
||||||
It contains a version resource matching the version number of the
|
It contains a version resource matching the version number of the
|
||||||
pythonXY.dll with which it is distributed. Independent
|
pythonXY.dll with which it is distributed. Independent
|
||||||
installations will always only overwrite newer versions of the
|
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
|
The 32-bit distribution of Python will not install a 32-bit
|
||||||
version of the launcher on a 64-bit system.
|
version of the launcher on a 64-bit system.
|
||||||
|
|
Loading…
Reference in New Issue