Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add news entry
  • Loading branch information
rhpvorderman committed Feb 25, 2021
commit ebeacbfbed9322e62fb36feaac00daff309f0229
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Set the chunk size for the ``gzip`` module main function to
io.DEFAULT_BUFFER_SIZE. This is slightly faster than the 1024 bytes constant
that was used previously.