This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients elias, ethan.furman, martin.panter, ncoghlan, ned.deily, serhiy.storchaka
Date 2016-09-25.14:18:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474813134.56.0.115599770798.issue27923@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-25 14:18:54ncoghlansetrecipients: + ncoghlan, ned.deily, ethan.furman, elias, martin.panter, serhiy.storchaka
2016-09-25 14:18:54ncoghlansetmessageid: <1474813134.56.0.115599770798.issue27923@psf.upfronthosting.co.za>
2016-09-25 14:18:54ncoghlanlinkissue27923 messages
2016-09-25 14:18:54ncoghlancreate