]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)
authorBarney Gale <barney.gale@gmail.com>
Tue, 14 May 2024 20:14:07 +0000 (21:14 +0100)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 20:14:07 +0000 (20:14 +0000)
commit7d8725ac6f3304677d71dabdb7c184e98a62d864
tree4c19aee527e9afac150a03db903c0281f5ee9b6a
parentfbe6a0988ff08aef29c4649527d5d620d77ca4a2
GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)

Remove support for supplying keyword arguments to `pathlib.Path()`. 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-20-41-48.gh-issue-74033.YebHZj.rst [new file with mode: 0644]