]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) ...
authorMatěj Cepl <mcepl@cepl.eu>
Wed, 10 May 2023 11:43:00 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Wed, 10 May 2023 11:43:00 +0000 (13:43 +0200)
commit425065bb002b9cbf9c12f61a6f3102f2ce2b8d14
tree7da45e4aabb83917967535c2a8346d8280d997f9
parentcfa4295cd14ce00fe5263c7083aa5a73b515828d
[3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-104128)

- Backport b52ad18a766700be14382ba222033b2d75a33521
- Backport c8c3956d905e019101038b018129a4c90c9c9b8f
- Remove the DeprecationWarning
- Adjust docs
- Remove new `__all__` entries

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/library/shutil.rst
Doc/library/tarfile.rst
Doc/whatsnew/3.10.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]