commit | 1f4560c872f56e0d416dd091e9dbccbb93f716ba | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Tue May 24 23:47:49 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Tue May 24 23:47:49 2011 +0200 |
tree | 99bd1b714ad78587ff9157370c774ba375b0aaac | |
parent | 17dc81951acac1e6e6488357085003b3d9a9f48f [diff] |
Issue #1441530: In imaplib, read the data in one chunk to speed up large reads and simplify code.
diff --git a/Misc/NEWS b/Misc/NEWS index 917dfe3..68130a9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -161,6 +161,9 @@ Library ------- +- Issue #1441530: In imaplib, read the data in one chunk to speed up large + reads and simplify code. + - Issue #12070: Fix the Makefile parser of the sysconfig module to handle correctly references to "bogus variable" (e.g. "prefix=$/opt/python").