]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-119588: Update docs to reflect decision to include the change with Python...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2024 15:39:49 +0000 (17:39 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 15:39:49 +0000 (15:39 +0000)
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>
Doc/library/zipfile.rst

index a4d9a1852f8f0dbcc193fa0a2c8c7a3398816d52..5583c6b24be5c6fe17d86a407346242fc2f0c1ca 100644 (file)
@@ -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()