summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-03 08:35:22 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-03 08:35:22 (GMT)
commitf2a8d63e4fac18c794ab99fd46999b36de35d11d (patch)
tree2f04fd5e98974125d0d6bf9acce567f64420e3a1 /Misc/NEWS
parentdf24153f650f39ca82db143cc4a58062412a0896 (diff)
downloadcpython-f2a8d63e4fac18c794ab99fd46999b36de35d11d.zip
cpython-f2a8d63e4fac18c794ab99fd46999b36de35d11d.tar.gz
cpython-f2a8d63e4fac18c794ab99fd46999b36de35d11d.tar.bz2
Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.
Partially fixes #1110242.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0912e00..5bbc921 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Extension Modules
Library
-------
+- Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.
+
- Patch #1107973: Allow to iterate over the lines of a tarfile.ExFileObject.
- Patch #1104111: Alter setup.py --help and --help-commands.