diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-03-22 20:17:46 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-03-22 20:17:46 (GMT) |
commit | 936da2a796459fcb09a292d749971db8d9a7a0dd (patch) | |
tree | 56b4680edd2e04e606611783f287a6df241d953a /Misc | |
parent | beed8402ca2b44681f939238c8ea02deeb8a06a2 (diff) | |
download | cpython-936da2a796459fcb09a292d749971db8d9a7a0dd.zip cpython-936da2a796459fcb09a292d749971db8d9a7a0dd.tar.gz cpython-936da2a796459fcb09a292d749971db8d9a7a0dd.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
@@ -18,6 +18,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. |