File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Post-History: `23-Jan-2023 <https://discuss.python.org/t/23062>`__
1313Abstract
1414========
1515
16- Building CPython on systems without the `zlib <https://zlib.net >`_ compression library, except WASI,
17- is no longer supported.
18-
19- The :mod: ` zlib ` module is made a required part of the standard library,
20- except on WASI.
21-
22- Builds without zlib will still be possible, but formally unsupported.
16+ Building CPython without the `zlib <https://zlib.net >`_ compression library
17+ will no be longer supported, and the :mod: ` zlib ` module will be required in
18+ the standard library.
19+ The only exception is ` WASI < https://wasi.dev >`_, as zlib is not currently
20+ supported in CPython on WASI.
21+ Building the interpreter without zlib may still be possible,
22+ but formally unsupported.
2323
2424
2525Motivation
You can’t perform that action at this time.
0 commit comments