cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-118875: Update `tarfile.extractall` and friends to use `filter="data"` by default

Open edgarrmondragon opened this issue 1 year ago • 1 comments

  • Issue: gh-118875

📚 Documentation preview 📚: https://cpython-previews--118940.org.readthedocs.build/

edgarrmondragon avatar May 11 '24 07:05 edgarrmondragon

You still need to update theses tests:

  • test.test_shutil.TestArchives.test_unpack_archive_bztar
  • test.test_shutil.TestArchives.test_unpack_archive_gztar
  • test.test_shutil.TestArchives.test_unpack_archive_tar
  • test.test_shutil.TestArchives.test_unpack_archive_xztar

nineteendo avatar May 11 '24 08:05 nineteendo