Skip to content

Commit

Permalink
[3.13] gh-119588: Update docs to reflect decision to include the chan…
Browse files Browse the repository at this point in the history
…ge 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 <jaraco@jaraco.com>
  • Loading branch information
miss-islington and jaraco authored Jun 4, 2024
1 parent 34a6d89 commit 6725c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/zipfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 6725c78

Please sign in to comment.