cpython/Lib/test/test_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
test_pathlib.py GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#118780) 2024-05-10 15:53:46 +00:00
test_pathlib_abc.py GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831) 2024-04-14 00:08:03 +01:00