8000 gh-119588: Update docs to reflect decision to include the change with… · python/cpython@4dcd91c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dcd91c

Browse files
authored
gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (#120043)
1 parent ff1857d commit 4dcd91c

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)
0