]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
authorPetr Viktorin <encukou@gmail.com>
Mon, 24 Apr 2023 08:58:06 +0000 (10:58 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 08:58:06 +0000 (10:58 +0200)
commitaf530469954e8ad49f1e071ef31c844b9bfda414
treeb25ee06655322d64286f8eb9736295f12d8635e7
parent36860134a9eda8df5af5a38d6c7533437c594c2f
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Doc/library/shutil.rst
Doc/library/tarfile.rst
Doc/whatsnew/3.12.rst
Lib/shutil.py
Lib/tarfile.py
Lib/test/test_shutil.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2023-03-23-15-24-38.gh-issue-102953.YR4KaK.rst [new file with mode: 0644]