Zachary Ware added the comment:

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.

----------
nosy: +zach.ware
versions: +Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to