File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1166,12 +1166,13 @@ testing shows that omitting the test suite and debug symbols saves about 60% of
11661166the size of the compressed package (from 46MB to 18MB).
11671167
11681168The "default" CPython packages installed by PyManager will therefore not include
1169- the test suite or the debug symbols. However, there will be a second "company"
1170- that does include these extras, ``PythonTest `` (as opposed to the default,
1171- ``PythonCore ``). For example, where ``py install 3.13 `` would install the
1172- default, ``py install PythonTest\\3.13 `` would install a second runtime with the
1173- additional files (which can either be launched with ``py -V:PythonTest\\3.13 ``,
1174- or simply ``py -V:3.13 `` if no equivalent ``PythonCore `` version is installed).
1169+ the test suite or the debug symbols. However, there will be a second set of
1170+ packages that do include these extras, grouped under ``PythonTest `` (as opposed
1171+ to the default, ``PythonCore ``). For example, where ``py install 3.13 `` would
1172+ install the default, ``py install PythonTest\\3.13 `` would install a second
1173+ runtime with the additional files (which can either be launched with ``py
1174+ -V:PythonTest\\3.13 ``, or simply ``py -V:3.13 `` if no equivalent ``PythonCore ``
1175+ version is installed).
11751176
11761177Debug binaries are no longer distributed, and all other optional features are
11771178included by default.
You can’t perform that action at this time.
0 commit comments