summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-03-22 20:17:11 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-03-22 20:17:11 (GMT)
commit836c82417f013fd49a96daff559b773a2e92ec12 (patch)
tree54a75557168a750bc223d07103328c866b99ebc3 /Misc
parentb4b000f0022ed61fdd1dbf92929da61c06f3447c (diff)
downloadcpython-836c82417f013fd49a96daff559b773a2e92ec12.zip
cpython-836c82417f013fd49a96daff559b773a2e92ec12.tar.gz
cpython-836c82417f013fd49a96daff559b773a2e92ec12.tar.bz2
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 111a280..761f2fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,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.