From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:39:49 +0000 (+0200) Subject: [3.13] gh-119588: Update docs to reflect decision to include the change with Python... X-Git-Tag: v3.13.0b2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6725c78d376eadb01a9dda0ff4f59dd90d178456;p=thirdparty%2FPython%2Fcpython.git [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 --- 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()