[New-bugs-announce] [issue41564] Cannot access member "hex" for type "ByteString"

Matt Joiner report at bugs.python.org
Sun Aug 16 22:50:34 EDT 2020


New submission from Matt Joiner <anacrolix at gmail.com>:

I get this error when running pyright for a type of typing.ByteString. All the implementations of ByteString (bytes, bytearray, memoryview) have the hex method, so this seems unexpected?

----------
components: Library (Lib)
messages: 375523
nosy: anacrolix
priority: normal
severity: normal
status: open
title: Cannot access member "hex" for type "ByteString"
type: behavior
versions: Python 3.8

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


More information about the New-bugs-announce mailing list