]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)
authorBarney Gale <barney.gale@gmail.com>
Fri, 5 Jan 2024 22:56:04 +0000 (22:56 +0000)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2024 22:56:04 +0000 (22:56 +0000)
commit3375dfed400494ba5cc1b744d52f6fb8b7796059
tree124c0f4c37fc40590b75e5fb5c8ef43da393298b
parentd99d8712253c3affc54cf7f6e71f161dea8347ce
GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)
Lib/pathlib/__init__.py
Lib/pathlib/_abc.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pathlib/test_pathlib_abc.py
Misc/NEWS.d/next/Library/2024-01-05-21-52-59.gh-issue-113568._0FkpZ.rst [new file with mode: 0644]