From 23052e049b07c33410710453d6b3b96c16e09c8f Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:34:38 +0000 Subject: [PATCH 1/2] add zlib unsupported entry --- peps/pep-0011.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index cc6c82adfdc..0808a3139db 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -371,6 +371,10 @@ No-longer-supported platforms | Unsupported in: Python 3.13 | Code removed in: Unknown +* | Name: Systems without `zlib`, except WASI + | Unsupported in: Python 3.14 + | Code removed in: Unknown (see `Lib/test/test_zlib.py` for details) + Discussions =========== From 3a733d11ec673850ed0fad33f68cb11ba0144e78 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:56:01 +0000 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- peps/pep-0011.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index 0808a3139db..7b6f8fd3604 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -371,9 +371,9 @@ No-longer-supported platforms | Unsupported in: Python 3.13 | Code removed in: Unknown -* | Name: Systems without `zlib`, except WASI +* | Name: Systems without zlib, except WASI | Unsupported in: Python 3.14 - | Code removed in: Unknown (see `Lib/test/test_zlib.py` for details) + | Code removed in: Unknown (see ``Lib/test/test_zlib.py`` for details) Discussions