| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| The :mod:`!compression` package | ||
| =============================== | ||
|
|
||
| .. versionadded:: 3.14 | ||
|
|
||
| The :mod:`!compression` package contains the canonical compression modules | ||
| containing interfaces to several different compression algorithms. Some of | ||
| these modules have historically been available as separate modules; those will | ||
| continue to be available under their original names for compatibility reasons, | ||
| and will not be removed without a deprecation cycle. The use of modules in | ||
| :mod:`!compression` is encouraged where practical. | ||
|
Comment thread
emmatyping marked this conversation as resolved.
|
||
|
|
||
| * :mod:`!compression.bz2` -- Re-exports :mod:`bz2` | ||
| * :mod:`!compression.gzip` -- Re-exports :mod:`gzip` | ||
| * :mod:`!compression.lzma` -- Re-exports :mod:`lzma` | ||
| * :mod:`!compression.zlib` -- Re-exports :mod:`zlib` | ||
| * :mod:`compression.zstd` -- Wrapper for the Zstandard compression library | ||
|
|
||
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.