mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[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 4dcd91ceaf
)
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
This commit is contained in:
parent
34a6d89788
commit
6725c78d37
1 changed files with 2 additions and 2 deletions
|
@ -591,8 +591,8 @@ Path objects are traversable using the ``/`` operator or ``joinpath``.
|
||||||
|
|
||||||
.. versionadded:: 3.12
|
.. versionadded:: 3.12
|
||||||
|
|
||||||
.. versionchanged:: 3.12.4
|
.. versionchanged:: 3.13
|
||||||
Prior to 3.12.4, ``is_symlink`` would unconditionally return ``False``.
|
Previously, ``is_symlink`` would unconditionally return ``False``.
|
||||||
|
|
||||||
.. method:: Path.exists()
|
.. method:: Path.exists()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue