New submission from Takafumi SHIDO <[EMAIL PROTECTED]>:
The profile module of Python3 deesn't understand the character set of
the script.
When a profile is executed (like $python -m profile -o prof.dat foo.py)
on a code (say foo.py) which defines its character set in the second
New submission from Takafumi SHIDO <[EMAIL PROTECTED]>:
when a SMTP object tries to send a mail through TLS, the smtp server
replies retcode 502.
When a test code (sendmail_test.py) is executed on Python 3,
it stacks on sending mail while the test code works on Python 2.5.
Following