From ddb3dbe98a3c198e50969478f6023569daacdf74 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 4 Jun 2024 11:00:11 -0400 Subject: [PATCH] gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. --- Doc/library/zipfile.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index a4d9a1852f8f0d..5583c6b24be5c6 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()