[issue6291] TypeError: b2a_base64() argument 1 must be bytes or buffer, not str during SMTP.login

2009-06-16 Thread Milivoj Milani
New submission from Milivoj Milani miliv...@gzr.hr: When trying to send an e-mail using a tutorial like example, I get the following message: Traceback (most recent call last): File test.py, line 3, in module server.login(domena\someuser,somepassword) File C:\Python\lib\smtplib.py,

[issue6291] TypeError: b2a_base64() argument 1 must be bytes or buffer, not str during SMTP.login

2009-06-16 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: This is a duplicate of issue 5259, and has already been fixed. Thanks for the report. -- nosy: +r.david.murray priority: - normal resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - smtplib