Changes by Felix Schwarz :
--
nosy: +Felix Schwarz
___
Python tracker
<http://bugs.python.org/issue2504>
___
___
Python-bugs-list mailing list
Unsubscribe:
Felix Schwarz added the comment:
I can confirm that this issue is still present in Python 2.5.2, 2.6.1
and 3.0.1.
The current behavior of smtplib is a clear violation of the SMTP
specification. The problem can be reproduced with code like that (stub,
pseudo code-like):
smtp = smtplib.SMTP
Changes by Felix Schwarz :
--
keywords: +patch
Added file: http://bugs.python.org/file13100/helo.patch
___
Python tracker
<http://bugs.python.org/issue4
Changes by Felix Schwarz :
--
versions: +Python 2.5, Python 2.6, Python 2.7, Python 3.0
___
Python tracker
<http://bugs.python.org/issue4142>
___
___
Python-bug