We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b50d2 commit eac3402Copy full SHA for eac3402
Lib/zipfile/__init__.py
@@ -1362,7 +1362,9 @@ class ZipFile:
1362
When using ZIP_STORED or ZIP_LZMA this keyword has no effect.
1363
When using ZIP_DEFLATED integers 0 through 9 are accepted.
1364
When using ZIP_BZIP2 integers 1 through 9 are accepted.
1365
- When using ZIP_ZSTANDARD integers are accepted.
+ When using ZIP_ZSTANDARD integers -7 though 22 are common,
1366
+ see the CompressionParameter enum in compression.zstd for
1367
+ details.
1368
1369
"""
1370
0 commit comments