Message354716
According to the documentation (https://docs.python.org/3.7/library/codecs.html#codecs.iterdecode), the first parameter is a bytes object to decode (not an iterable of bytes). Which is also consistent with it's companion iterencode() which accepts a str object, not an iterable of chars.
Seems logical that one should be able to pass the output from iterencode() as the direct input to iterdecode() without having to convert, no? |
|
Date |
User |
Action |
Args |
2019-10-15 11:59:23 | jamercee | set | recipients:
+ jamercee, serhiy.storchaka |
2019-10-15 11:59:23 | jamercee | set | messageid: <1571140763.63.0.418366889447.issue38482@roundup.psfhosted.org> |
2019-10-15 11:59:23 | jamercee | link | issue38482 messages |
2019-10-15 11:59:23 | jamercee | create | |
|