Skip to content

tarfile, zipfile, and shutil documentation should mention zstd compression #135252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
randomdude999 opened this issue Jun 8, 2025 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@randomdude999
Copy link

Documentation

Python 3.14 added zstd compression support in the standard library, and tarfile, zipfile and shutil can now use it.

  • The documentation of tarfile.open() should be updated to mention zstd compression.
  • Documentation of shutil.make_archive(), shutil.get_archive_formats(), shutil.unpack_archive(), and shutil.get_unpack_formats() should be updated.
  • zipfile documentation should mention the ZIP_ZSTANDARD flag.
@randomdude999 randomdude999 added the docs Documentation in the Doc dir label Jun 8, 2025
@StanFromIreland
Copy link
Contributor

cc @emmatyping

@emmatyping
Copy link
Member

Thanks, will make PR today or tomorrow for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
Status: Todo
Development

No branches or pull requests

3 participants