[issue3486] bytes.join does not accept a sequence of bytearrays

Benjamin Peterson report at bugs.python.org
Fri Aug 1 19:54:03 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

I suppose this is because bytes is simply aliased to str. I propose we
just leave it as is. The ultimate solution is probably backporting th
py3k PyBytes type.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list