[issue17804] streaming struct unpacking

Martin Morrison report at bugs.python.org
Sun Apr 21 00:14:12 CEST 2013


Martin Morrison added the comment:

On 20 Apr 2013, at 23:01, Martin Morrison <report at bugs.python.org> wrote:
> - I'm not a fan of separate iter_ functions (and there seemed to be a general move away from them elsewhere in Python3; obviously here we have to maintain backwards compat though). Perhaps a boolean keyword "asiter" arg to the regular unpack() instead?

Thinking about this more, the functionality is probably too radically different to overload the same function, so I withdraw the suggestion.

----------

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


More information about the Python-bugs-list mailing list