[issue24608] Certain inputs to wave.open() result in readframes returning a str instead of bytes

Roundup Robot report at bugs.python.org
Fri Jul 10 21:27:18 CEST 2015


Roundup Robot added the comment:

New changeset 9e035639516c by Serhiy Storchaka in branch '3.4':
Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
https://hg.python.org/cpython/rev/9e035639516c

New changeset 64b2d154a5db by Serhiy Storchaka in branch '3.5':
Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
https://hg.python.org/cpython/rev/64b2d154a5db

New changeset 8befb15024b5 by Serhiy Storchaka in branch 'default':
Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
https://hg.python.org/cpython/rev/8befb15024b5

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list