diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-23 13:25:43 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-23 13:25:43 (GMT) |
commit | d4c2ac83944e48a02e5f11adba312d5b3b985150 (patch) | |
tree | 25dbafd2fa8763fa4388610ab9744c336433aac1 /Misc | |
parent | f6e31b79a873cce039070289bcf1d6fe434cb19e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |