[docs] [issue33864] collections.abc.ByteString does not register memoryview

Josh Rosenberg report at bugs.python.org
Fri Jun 15 07:05:09 EDT 2018


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

memoryview isn't just for bytes strings though; the format can make it a sequence of many types of different widths, meanings, etc. Calling it a BytesString would be misleading in many cases.

----------
nosy: +josh.r

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33864>
_______________________________________


More information about the docs mailing list