Skip to content

Commit 7253fa3

Browse files
committed
Clarify use of 'Company'
1 parent a5cb931 commit 7253fa3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

peps/pep-0773.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,12 +1166,13 @@ testing shows that omitting the test suite and debug symbols saves about 60% of
11661166
the size of the compressed package (from 46MB to 18MB).
11671167

11681168
The "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

11761177
Debug binaries are no longer distributed, and all other optional features are
11771178
included by default.

0 commit comments

Comments
 (0)