Skip to content

Commit 29358e9

Browse files
authored
bpo-44638: Add a reference to the zipp project and hint as to how to use it. (GH-27188)
Automerge-Triggered-By: GH:jaraco
1 parent 0cd2d51 commit 29358e9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Doc/library/zipfile.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,10 @@ Path objects are traversable using the ``/`` operator or ``joinpath``.
566566
Prior to 3.10, ``joinpath`` was undocumented and accepted
567567
exactly one parameter.
568568

569+
The `zipp <https://pypi.org/project/zipp>`_ project provides backports
570+
of the latest path object functionality to older Pythons. Use
571+
``zipp.Path`` in place of ``zipfile.Path`` for early access to
572+
changes.
569573

570574
.. _pyzipfile-objects:
571575

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a reference to the zipp project and hint as to how to use it.

0 commit comments

Comments
 (0)