Skip to content

Commit 273d8bd

Browse files
Apply Adam’s rewording
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 5f24b67 commit 273d8bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

peps/pep-0775.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Post-History: `23-Jan-2023 <https://discuss.python.org/t/23062>`__
1313
Abstract
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

2525
Motivation

0 commit comments

Comments
 (0)