diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ Core and Builtins Library ------- +- Issue #27130: In the "zlib" module, fix handling of large buffers + (typically 4 GiB) when compressing and decompressing. Previously, inputs + were limited to 4 GiB, and compression and decompression operations did not + properly handle results of 4 GiB. + - Issue #24773: Implemented PEP 495 (Local Time Disambiguation). - Expose the EPOLLEXCLUSIVE constant (when it is defined) in the select module. |