[issue27923] PEP 467 -- Minor API improvements for binary sequences

Nick Coghlan report at bugs.python.org
Sun Sep 25 10:18:54 EDT 2016


Nick Coghlan added the comment:

Just what Ethan noted above, and the fact that Ethan should also list himself as a co-author now :)

That said, one major alternative it would be good to consider further between now and 3.7 is Serhiy's "seqtools" idea: https://mail.python.org/pipermail/python-ideas/2016-July/041083.html

Something that wrapped memoryview and allowed bytes-based iteration over any buffer exported would automatically cover bytes and bytearray as well, while also permitting "structure ignoring" iteration over the raw data contained in other types.

----------

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


More information about the Python-bugs-list mailing list