[issue23231] Fix codecs.iterencode/decode() by allowing data parameter to be omitted

Martin Panter report at bugs.python.org
Sun Jan 18 01:19:04 CET 2015


Martin Panter added the comment:

Another idea that doesn’t involve changing the incremental codec APIs is kind of described in <https://bugs.python.org/issue7475#msg145986>: to add format parameters to iterencode() and iterdecode(), which would allow it to determine the right data type to finalize the codecs with.

----------

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


More information about the Python-bugs-list mailing list