]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) ...
authorPetr Viktorin <encukou@gmail.com>
Fri, 28 Apr 2023 15:41:09 +0000 (17:41 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2023 15:41:09 +0000 (17:41 +0200)
commit241f2e54a6a2801a1d2022f0fa56309e124866c3
tree47022eac91069984c304ef6da3feb0f1513cedb6
parentb3faf8ceec872a912442b88cf4322b224a48e170
[3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-103832)

See [Backporting & Forward Compatibility in PEP 706](https://peps.python.org/pep-0706/#backporting-forward-compatibility).

- Backport b52ad18a766700be14382ba222033b2d75a33521
- Backport c8c3956d905e019101038b018129a4c90c9c9b8f
- Remove the DeprecationWarning
- Adjust docs
- Remove new `__all__` entries
Doc/library/shutil.rst
Doc/library/tarfile.rst
Doc/whatsnew/3.11.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]