summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-23 13:25:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-23 13:25:43 (GMT)
commitd4c2ac83944e48a02e5f11adba312d5b3b985150 (patch)
tree25dbafd2fa8763fa4388610ab9744c336433aac1 /Misc
parentf6e31b79a873cce039070289bcf1d6fe434cb19e (diff)
downloadcpython-d4c2ac83944e48a02e5f11adba312d5b3b985150.zip
cpython-d4c2ac83944e48a02e5f11adba312d5b3b985150.tar.gz
cpython-d4c2ac83944e48a02e5f11adba312d5b3b985150.tar.bz2
Issue #21560: An attempt to write a data of wrong type no longer cause
GzipFile corruption. Original patch by Wolfgang Maier.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 31e6181..103ac4d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #21560: An attempt to write a data of wrong type no longer cause
+ GzipFile corruption. Original patch by Wolfgang Maier.
+
- Issue #23647: Increase impalib's MAXLINE to accommodate modern mailbox sizes.
- Issue #23539: If body is None, http.client.HTTPConnection.request now sets