Re: [Python-Dev] smtplib violates SMTP spec

2009-02-15 Thread Aahz
On Sun, Feb 15, 2009, Felix Schwarz wrote: > > I would like to get attention to issue 4142 [1] which was filed several > months ago. This is about a clear bug in smtplib's SMTP implementation > which is probably present since (at least) Python 1.5. > > When re-using an smtplib.SMTP instance for a

[Python-Dev] smtplib violates SMTP spec

2009-02-15 Thread Felix Schwarz
Hi, I would like to get attention to issue 4142 [1] which was filed several months ago. This is about a clear bug in smtplib's SMTP implementation which is probably present since (at least) Python 1.5. When re-using an smtplib.SMTP instance for a second connection, smtplib does not send anot