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 fried
Recipients docs@python, fried, lukasz.langa
Date 2018-06-14.21:43:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529012616.87.0.947875510639.issue33864@psf.upfronthosting.co.za>
In-reply-to
Content
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()?
History
Date User Action Args
2018-06-14 21:43:36friedsetrecipients: + fried, docs@python, lukasz.langa
2018-06-14 21:43:36friedsetmessageid: <1529012616.87.0.947875510639.issue33864@psf.upfronthosting.co.za>
2018-06-14 21:43:36friedlinkissue33864 messages
2018-06-14 21:43:36friedcreate