mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (#120043)
This commit is contained in:
parent
ff1857d6ed
commit
4dcd91ceaf
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user