]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (...
authorPetr Viktorin <encukou@gmail.com>
Wed, 17 May 2023 12:23:56 +0000 (14:23 +0200)
committerGitHub <noreply@github.com>
Wed, 17 May 2023 12:23:56 +0000 (14:23 +0200)
commit79e63e528795c700a8bd198c15f3322ee25ea786
tree307b133252bf5b617ccf761140e72ce86c31083e
parent3205d1fbbbfcf613b74d236be9db7a8225f452ea
[3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (#104548)

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