[issue24397] Test asynchat makes wrong assumptions

R. David Murray report at bugs.python.org
Sun Jun 7 03:57:44 CEST 2015


R. David Murray added the comment:

(Calling that variable 'buffer' is a bit misleading...it isn't really a buffer that gets filled, it is an immutable bytes object that gets replaced by a new one with the additional received data appended.)

----------

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


More information about the Python-bugs-list mailing list