]> granicus.if.org Git - python/commit
Issue #1441530: In imaplib, read the data in one chunk to speed up large
authorCharles-François Natali <neologix@free.fr>
Tue, 24 May 2011 21:47:49 +0000 (23:47 +0200)
committerCharles-François Natali <neologix@free.fr>
Tue, 24 May 2011 21:47:49 +0000 (23:47 +0200)
commit1f4560c872f56e0d416dd091e9dbccbb93f716ba
tree99bd1b714ad78587ff9157370c774ba375b0aaac
parent17dc81951acac1e6e6488357085003b3d9a9f48f
Issue #1441530: In imaplib, read the data in one chunk to speed up large
reads and simplify code.
Lib/imaplib.py
Misc/NEWS