From a0743a77bf3d4e36cb8acfaa4fc7f08c61677008 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 24 Feb 2025 17:14:28 +0000 Subject: [PATCH] Update links --- peps/pep-0775.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0775.rst b/peps/pep-0775.rst index 5d61d8a85fb..425c0454b03 100644 --- a/peps/pep-0775.rst +++ b/peps/pep-0775.rst @@ -12,7 +12,7 @@ Post-History: `23-Jan-2023 `__ Abstract ======== -Building CPython on systems without the ``zlib`` compression library, except WASI, +Building CPython on systems without the `zlib `_ compression library, except WASI, is no longer supported. The ``zlib`` module is made a required part of the standard library, @@ -81,7 +81,7 @@ transitively: ``shutil.get_archive_formats()`` will always include ``zip`` and ``gztar`` as registered formats, even if they are unusable due to missing ``zlib``. -The ``configure`` script will issue a warning when `zlib`_ is not found on +The ``configure`` script will issue a warning when `zlib` is not found on platforms other than WASI. ``test_zlib`` will fail on platforms other than WASI.