mirror of
https://github.com/python/cpython.git
synced 2024-12-04 15:25:13 +08:00
gh-92446: Argparse choices should be a sequence (#92450)
This commit is contained in:
parent
664aa94b57
commit
b39f841047
@ -147,7 +147,7 @@ Compressing and decompressing data in memory
|
||||
This format is more limited than ``.xz`` -- it does not support integrity
|
||||
checks or multiple filters.
|
||||
|
||||
* :const:`FORMAT_RAW`: A raw data stream, not using any container format.
|
||||
* :const:`FORMAT_RAW`: A raw data stream, not using sequences format.
|
||||
This format specifier does not support integrity checks, and requires that
|
||||
you always specify a custom filter chain (for both compression and
|
||||
decompression). Additionally, data compressed in this manner cannot be
|
||||
|
Loading…
Reference in New Issue
Block a user