cpython/Misc/NEWS.d/next
William Chargin eab3b3f1c6 bpo-39389: gzip: fix compression level metadata (GH-18077)
As described in RFC 1952, section 2.3.1, the XFL (eXtra FLags) byte of a
gzip member header should indicate whether the DEFLATE algorithm was
tuned for speed or compression ratio. Prior to this patch, archives
emitted by the `gzip` module always indicated maximum compression.
2020-01-21 13:25:24 +02:00
..
Build bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-17747) 2020-01-14 01:40:10 -05:00
C API bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037) 2020-01-18 03:14:59 +00:00
Core and Builtins bpo-39386: Prevent double awaiting of async iterator (GH-18081) 2020-01-21 00:49:30 +02:00
Documentation Fix asyncio.get_event_loop() documentation (GH-18051) 2020-01-21 00:46:38 +02:00
IDLE bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) 2020-01-21 05:11:26 -05:00
Library bpo-39389: gzip: fix compression level metadata (GH-18077) 2020-01-21 13:25:24 +02:00
Security Python 3.9.0a2 2019-12-18 22:09:19 +01:00
Tests Python 3.9.0a2 2019-12-18 22:09:19 +01:00
Tools-Demos Python 3.9.0a1 2019-11-19 12:17:21 +01:00
Windows Python 3.9.0a2 2019-12-18 22:09:19 +01:00
macOS Python 3.9.0a2 2019-12-18 22:09:19 +01:00