diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-03-22 20:17:11 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-03-22 20:17:11 (GMT) |
commit | 836c82417f013fd49a96daff559b773a2e92ec12 (patch) | |
tree | 54a75557168a750bc223d07103328c866b99ebc3 /Misc | |
parent | b4b000f0022ed61fdd1dbf92929da61c06f3447c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |