mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-44638: Add a reference to the zipp project and hint as to how to use it. (GH-27188)
Automerge-Triggered-By: GH:jaraco
This commit is contained in:
parent
0cd2d51aad
commit
29358e93f2
2 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add a reference to the zipp project and hint as to how to use it.
|
Loading…
Add table
Add a link
Reference in a new issue