]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-119588: Update docs to reflect decision to include the change with Python 3.13...
authorJason R. Coombs <jaraco@jaraco.com>
Tue, 4 Jun 2024 15:20:01 +0000 (11:20 -0400)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 15:20:01 +0000 (15:20 +0000)
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()