summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2024-06-04 15:20:01 (GMT)
committerGitHub <noreply@github.com>2024-06-04 15:20:01 (GMT)
commit4dcd91ceafce91ec37bb1a9d544e41fc65578994 (patch)
tree57d4efa08bf18a5a4ab9cec23d8ab6106ba3d31f /Doc/library/zipfile.rst
parentff1857d6ed52fab8ef1507c289d89ee545ca6478 (diff)
downloadcpython-4dcd91ceafce91ec37bb1a9d544e41fc65578994.zip
cpython-4dcd91ceafce91ec37bb1a9d544e41fc65578994.tar.gz
cpython-4dcd91ceafce91ec37bb1a9d544e41fc65578994.tar.bz2
gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (#120043)
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index a4d9a18..5583c6b 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -591,8 +591,8 @@ Path objects are traversable using the ``/`` operator or ``joinpath``.
.. versionadded:: 3.12
- .. versionchanged:: 3.12.4
- Prior to 3.12.4, ``is_symlink`` would unconditionally return ``False``.
+ .. versionchanged:: 3.13
+ Previously, ``is_symlink`` would unconditionally return ``False``.
.. method:: Path.exists()