[docs] [issue25916] wave module readframes now returns bytes not str

SilentGhost report at bugs.python.org
Sun Dec 20 11:44:42 EST 2015


SilentGhost added the comment:

Here is the patch replacing exact match 'string of bytes' with :class:`bytes` where appropriate. No match was found in base64.

----------
Added file: http://bugs.python.org/file41375/issue25916_2.diff

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


More information about the docs mailing list