Changes by Roger Demetrescu <[EMAIL PROTECTED]>:
--
nosy: +rdemetrescu
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3438>
___
__
Changes by Roger Demetrescu <[EMAIL PROTECTED]>:
--
nosy: +rdemetrescu
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3143>
___
__
Roger Demetrescu added the comment:
I am not sure if it is related, but anyway...
MIMEText behaviour has changed from python 2.4 to 2.5.
# Python 2.4
>>> from email.MIMEText import MIMEText
>>> m = MIMEText(None, 'html', 'iso-8859-1')
>>> m.se