summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-16 13:14:54 (GMT)
committerGitHub <noreply@github.com>2021-07-16 13:14:54 (GMT)
commit29358e93f2bb60983271c14ce4c2f3eab35a60ca (patch)
tree3585f3eea63c3f740d85f2cd1d828ce99961c9fe /Doc/library
parent0cd2d51aadcd2a0c0739a5df0a6235d64f35619e (diff)
downloadcpython-29358e93f2bb60983271c14ce4c2f3eab35a60ca.zip
cpython-29358e93f2bb60983271c14ce4c2f3eab35a60ca.tar.gz
cpython-29358e93f2bb60983271c14ce4c2f3eab35a60ca.tar.bz2
bpo-44638: Add a reference to the zipp project and hint as to how to use it. (GH-27188)
Automerge-Triggered-By: GH:jaraco
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/zipfile.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 42fe27b..19a67ab 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -566,6 +566,10 @@ Path objects are traversable using the ``/`` operator or ``joinpath``.
Prior to 3.10, ``joinpath`` was undocumented and accepted
exactly one parameter.
+The `zipp <https://pypi.org/project/zipp>`_ project provides backports
+of the latest path object functionality to older Pythons. Use
+``zipp.Path`` in place of ``zipfile.Path`` for early access to
+changes.
.. _pyzipfile-objects: