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 zach.ware
Recipients brett.cannon, hoxily, r.david.murray, tim.peters, zach.ware
Date 2014-07-24.16:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406219661.1.0.307329255327.issue22059@psf.upfronthosting.co.za>
In-reply-to
Content
Hoxily: It's best to spell out the bug you have found, preferably with an error/exception message and a way to reproduce it.

My best guess at the problem you're reporting (after looking at that line about 4 times) is that "bytes(str, self.encoding)" should be "bytes(data, self.encoding)" and you're getting an error message like "TypeError: encoding or errors without a string argument".  Is that correct?

Also, note that asynchat is deprecated, you would probably be better off using asyncio.
History
Date User Action Args
2014-07-24 16:34:21zach.waresetrecipients: + zach.ware, tim.peters, brett.cannon, r.david.murray, hoxily
2014-07-24 16:34:21zach.waresetmessageid: <1406219661.1.0.307329255327.issue22059@psf.upfronthosting.co.za>
2014-07-24 16:34:21zach.warelinkissue22059 messages
2014-07-24 16:34:20zach.warecreate