Re: [Python-Dev] r86046 - python/branches/py3k/Lib/test/test_smtplib.py

2010-10-31 Thread Terry Reedy
On 10/31/2010 1:44 PM, Antoine Pitrou wrote: On Sun, 31 Oct 2010 18:15:43 +0100 (CET) benjamin.peterson wrote: # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they # require a synchronous read to obtain the credentials...so instead smtpd @@ -503,6 +504,7 @@

Re: [Python-Dev] r86046 - python/branches/py3k/Lib/test/test_smtplib.py

2010-10-31 Thread Antoine Pitrou
On Sun, 31 Oct 2010 18:15:43 +0100 (CET) benjamin.peterson wrote: > > # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because > they > # require a synchronous read to obtain the credentials...so instead smtpd > @@ -503,6 +504,7 @@ > except smtplib.SMTPAuthentica