commit | 836c82417f013fd49a96daff559b773a2e92ec12 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sun Mar 22 16:17:11 2015 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sun Mar 22 16:17:11 2015 -0400 |
tree | 54a75557168a750bc223d07103328c866b99ebc3 | |
parent | b4b000f0022ed61fdd1dbf92929da61c06f3447c [diff] [blame] |
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
diff --git a/Misc/NEWS b/Misc/NEWS index 111a280..761f2fb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ 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.