summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-03-19 17:56:01 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-03-19 17:56:01 (GMT)
commit7889944b83cf04cefb45cd658644298218eac5db (patch)
treefc1f6d1ff2f4ddc45d5726b3d3212b33a46510c0 /Misc/ACKS
parente185341bfa177932b00a03a1d8b1d0e0e7795919 (diff)
parentfcb6d6a3b3bfba67927ced18dd648ba889e14f4c (diff)
downloadcpython-7889944b83cf04cefb45cd658644298218eac5db.zip
cpython-7889944b83cf04cefb45cd658644298218eac5db.tar.gz
cpython-7889944b83cf04cefb45cd658644298218eac5db.tar.bz2
Merge: #17443: Fix buffering in IMAP4_stream.
In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e2455ae..2d29e99 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1216,6 +1216,7 @@ Alberto Trevino
Matthias Troffaes
Tom Tromey
John Tromp
+Diane Trout
Jason Trowbridge
Brent Tubbs
Anthony Tuininga