From: Jason R. Coombs Date: Tue, 4 Jun 2024 15:20:01 +0000 (-0400) Subject: gh-119588: Update docs to reflect decision to include the change with Python 3.13... X-Git-Tag: v3.14.0a1~1609 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dcd91ceafce91ec37bb1a9d544e41fc65578994;p=thirdparty%2FPython%2Fcpython.git gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (#120043) --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index a4d9a1852f8f..5583c6b24be5 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()