summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-02-25-09-08-55.bpo-43317.qrOOpB.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-02-25-09-08-55.bpo-43317.qrOOpB.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-02-25-09-08-55.bpo-43317.qrOOpB.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-02-25-09-08-55.bpo-43317.qrOOpB.rst b/Misc/NEWS.d/next/Library/2021-02-25-09-08-55.bpo-43317.qrOOpB.rst
deleted file mode 100644
index 01ff48a..0000000
--- a/Misc/NEWS.d/next/Library/2021-02-25-09-08-55.bpo-43317.qrOOpB.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-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.