Skip to content

Commit

Permalink
pythongh-119588: Update docs to reflect decision to include the chang…
Browse files Browse the repository at this point in the history
…e with Python 3.13 and not 3.12.
  • Loading branch information
jaraco committed Jun 4, 2024
1 parent ff1857d commit ddb3dbe
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 ddb3dbe

Please sign in to comment.