diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-03-22 20:18:59 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-03-22 20:18:59 (GMT) |
commit | 94a64489568918ff51a80e748e78b9de836813ef (patch) | |
tree | 267986d72f02dbff0064730ddf6933d60e9da13e /Misc/NEWS | |
parent | 0a0d20edfb19934cd3929d6c115ba31c00744a24 (diff) | |
parent | 936da2a796459fcb09a292d749971db8d9a7a0dd (diff) | |
download | cpython-94a64489568918ff51a80e748e78b9de836813ef.zip cpython-94a64489568918ff51a80e748e78b9de836813ef.tar.gz cpython-94a64489568918ff51a80e748e78b9de836813ef.tar.bz2 |
Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Core and Builtins Library ------- +- Issue #23647: Increase impalib's MAXLINE to accommodate modern mailbox sizes. + - Issue #23539: If body is None, http.client.HTTPConnection.request now sets Content-Length to 0 for PUT, POST, and PATCH headers to avoid 411 errors from some web servers. |