]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#118780)
authorBarney Gale <barney.gale@gmail.com>
Fri, 10 May 2024 15:53:46 +0000 (16:53 +0100)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 15:53:46 +0000 (15:53 +0000)
commitf772d0d08af2beef53db1e076c864cbdf3f5bac9
treef6d1ebda222e31b8f321fc0a007de4339bf3de9c
parent13d7cf997bc9c22cf67c42fd799413e8325e0039
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.
Doc/whatsnew/3.14.rst
Lib/pathlib/_local.py
Lib/test/test_pathlib/test_pathlib.py
Misc/NEWS.d/next/Library/2024-05-08-18-59-19.gh-issue-78707._Lz1sw.rst [new file with mode: 0644]