]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (...
authorPetr Viktorin <encukou@gmail.com>
Mon, 15 May 2023 16:53:58 +0000 (18:53 +0200)
committerGitHub <noreply@github.com>
Mon, 15 May 2023 16:53:58 +0000 (18:53 +0200)
commit98016f7c92aa4c1232c68bac1ed6646db31782ec
tree49afe0e62f68da7d4d387fbe479ce355dd58d954
parent7cb3a4474731f52c74b19dd3c99ca06e227dae3b
[3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (#104382)

Backport of c8c3956d905e019101038b018129a4c90c9c9b8f
Doc/library/shutil.rst
Doc/library/tarfile.rst
Doc/whatsnew/3.9.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]