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

Jason Fried report at bugs.python.org
Thu Jun 14 17:43:36 EDT 2018


New submission from Jason Fried <me at jasonfried.info>:

Looking at the typing Module docs in the section for ByteString

This type represents the types bytes, bytearray, and memoryview.

But collections.abc.ByteString does not have memoryview registered.

Is it because memoryview doesn't support .index()?

----------
assignee: docs at python
components: Documentation
messages: 319557
nosy: docs at python, fried, lukasz.langa
priority: normal
severity: normal
status: open
title: collections.abc.ByteString does not register memoryview
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the docs mailing list