cpython/Lib/pathlib
Barney Gale f772d0d08a
GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#118780)
Remove support for supplying additional positional arguments to
`PurePath.relative_to()` and `is_relative_to()`. This has been deprecated
since Python 3.12.
2024-05-10 15:53:46 +00:00
..
__init__.py Move pathlib implementation out of `__init__.py` (#118582) 2024-05-05 20:57:19 +01:00
_abc.py GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678) 2024-05-07 00:32:48 +00:00
_local.py GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#118780) 2024-05-10 15:53:46 +00:00