commit | 2cc0b07a4c5a4841ebc436698b1c9c2b1a9d8350 | [log] [tgz] |
---|---|---|
author | Chris Withers <chris@simplistix.co.uk> | Fri Nov 09 15:48:17 2012 +0000 |
committer | Chris Withers <chris@simplistix.co.uk> | Fri Nov 09 15:48:17 2012 +0000 |
tree | ad599909b53ed915bb99e177ab54d7dd76338f9d | |
parent | dc118790de7e608851e646d8b28020122707d31a [diff] [blame] |
Bug #16441: avoid excessive memory usage working with large gzip files
diff --git a/Misc/NEWS b/Misc/NEWS index d8821b0..381b1fc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -464,6 +464,9 @@ - Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils on Windows. +- Issue #16441: Avoid excessive memory usage working with large gzip + files using the gzip module. + Extension Modules -----------------