File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -594,12 +594,12 @@ ZipFile objects
594594 file entries that are no longer referenced in the central directory.
595595
596596 When scanning, *strict_descriptor * controls how entries with an unsigned
597- data descriptor are handled. A data descriptor is an optional record (but
598- mandatory for an archive written to a non-seekable stream ) stored after an
599- entry's data, and can be either signed (beginning with a magic signature) or
600- unsigned. Unsigned descriptors have been deprecated by the
601- ` PKZIP Application Note `_ since version 6.3.0 (released in 2006) and are
602- rarely produced by modern tools.
597+ data descriptor are handled. A data descriptor is an optional record
598+ (mostly used for non-seekable streaming ) stored after an entry's data, and
599+ can be either signed (beginning with a magic signature) or unsigned.
600+ Unsigned descriptors have been deprecated by the ` PKZIP Application Note `_
601+ since version 6.3.0 (released in 2006) and are rarely produced by modern
602+ tools.
603603
604604 When *strict_descriptor * is true (the default), unsigned descriptors are
605605 not detectable, and unreferenced entries using them are not recognized and
You can’t perform that action at this time.
0 commit comments