Skip to content

Commit 6725c78

Browse files
[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 4dcd91c) Co-authored-by: Jason R. Coombs <[email protected]>
1 parent 34a6d89 commit 6725c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/zipfile.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ Path objects are traversable using the ``/`` operator or ``joinpath``.
591591

592592
.. versionadded:: 3.12
593593

594-
.. versionchanged:: 3.12.4
595-
Prior to 3.12.4, ``is_symlink`` would unconditionally return ``False``.
594+
.. versionchanged:: 3.13
595+
Previously, ``is_symlink`` would unconditionally return ``False``.
596596

597597
.. method:: Path.exists()
598598

0 commit comments

Comments
 (0)