summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-03-22 20:18:59 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-03-22 20:18:59 (GMT)
commit94a64489568918ff51a80e748e78b9de836813ef (patch)
tree267986d72f02dbff0064730ddf6933d60e9da13e /Misc/NEWS
parent0a0d20edfb19934cd3929d6c115ba31c00744a24 (diff)
parent936da2a796459fcb09a292d749971db8d9a7a0dd (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d405a05..c832e5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.