[issue38482] BUG in codecs.BufferedIncrementalDecoder

Serhiy Storchaka report at bugs.python.org
Tue Oct 15 06:42:54 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The first argument of iterdecode() should be an iterable of bytes objects, not a bytes object. Try codecs.iterdecode([enc], 'utf-8')

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38482>
_______________________________________


More information about the Python-bugs-list mailing list