You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* :mod:`pathlib`:
* Deprecate :meth:`.PurePath.is_reserved`,
to be removed in Python 3.15.
Use :func:`os.path.isreserved` to detect reserved paths on Windows.
(Contributed by Barney Gale in :gh:`88569`.)
Feature or enhancement
It was deprecated in 3.13:
cpython/Lib/pathlib/__init__.py
Lines 521 to 531 in 9b9cdb6
I have a PR ready.
Linked PRs
pathlib.PurePath.is_reserved#133876