diff options
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 4 |
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: |