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.
repack
1 parent 9e82bb7 commit 93db94aCopy full SHA for 93db94a
1 file changed
Doc/library/zipfile.rst
@@ -556,9 +556,9 @@ ZipFile Objects
556
When scanning, setting ``strict_descriptor=True`` disables detection of any
557
entry using an unsigned data descriptor (a format deprecated by the ZIP
558
specification since version 6.3.0, released on 2006-09-29, and used only by
559
- some legacy tools), which is significantly slower to scan (around 100 to
560
- 1000 times). This does not affect performance on entries without such
561
- feature.
+ some legacy tools), which is significantly slower to scan—around 100 to
+ 1000 times in the worst case. This does not affect performance on entries
+ without such feature.
562
563
*chunk_size* may be specified to control the buffer size when moving
564
entry data (default is 1 MiB).
0 commit comments