Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFromIreland committed Feb 24, 2025
1 parent ad45795 commit a0743a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0775.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Post-History: `23-Jan-2023 <https://discuss.python.org/t/23062>`__
Abstract
========

Building CPython on systems without the ``zlib`` compression library, except WASI,
Building CPython on systems without the `zlib <https://zlib.net>`_ compression library, except WASI,
is no longer supported.

The ``zlib`` module is made a required part of the standard library,
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a0743a7

Please sign in to comment.