This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author twouters
Recipients gvanrossum, twouters
Date 2007-08-30.23:53:48
SpamBayes Score 0.22824077
Marked as misclassified No
Message-id <1188518028.47.0.00150831255995.issue1067@psf.upfronthosting.co.za>
In-reply-to
Content
test_smtplib fails because asyncore uses bytes(data) where data may be
bytes or str or some undefined type. The attached patch fixes it to the
extend that test_smtplib works again (plus a small fix in test_smtplib
itself.) I'm not sure if this is the right thing to do -- maybe it
should be using iso-8859-1, or maybe asyncore and asynchat should be
ripped out by the roots and burned at the stake.
Files
File name Uploaded
asyncore.diff twouters, 2007-08-30.23:53:48
History
Date User Action Args
2007-08-30 23:53:48twouterssetspambayes_score: 0.228241 -> 0.22824077
recipients: + twouters, gvanrossum
2007-08-30 23:53:48twouterssetspambayes_score: 0.228241 -> 0.228241
messageid: <1188518028.47.0.00150831255995.issue1067@psf.upfronthosting.co.za>
2007-08-30 23:53:48twouterslinkissue1067 messages
2007-08-30 23:53:48twouterscreate