summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-04 15:39:49 (GMT)
committerGitHub <noreply@github.com>2024-06-04 15:39:49 (GMT)
commit6725c78d376eadb01a9dda0ff4f59dd90d178456 (patch)
tree0f910a7241657259bee6e07abf01714dbe333cf5 /Doc
parent34a6d897883935f13fc22d80e6c443e25cea3e2c (diff)
downloadcpython-6725c78d376eadb01a9dda0ff4f59dd90d178456.zip
cpython-6725c78d376eadb01a9dda0ff4f59dd90d178456.tar.gz
cpython-6725c78d376eadb01a9dda0ff4f59dd90d178456.tar.bz2
[3.13] gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (GH-120043) (#120046)
gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (GH-120043) (cherry picked from commit 4dcd91ceafce91ec37bb1a9d544e41fc65578994) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Diffstat (limited to 'Doc')
-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()