[issue1563] asyncore and asynchat incompatible with Py3k str and bytes

Josiah Carlson report at bugs.python.org
Sat May 30 03:30:26 CEST 2009


Josiah Carlson <josiahcarlson at users.sourceforge.net> added the comment:

You can probably close this unless someone says otherwise.  asyncore/asynchat work in Python 3.0+, as long as only bytes are passed.  
As of right now, this is a request for documentation stating "you can only 
send/receive bytes"...which may be implicit with the fact that we are 
reading/writing to sockets.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1563>
_______________________________________


More information about the Python-bugs-list mailing list