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 anacrolix
Recipients anacrolix
Date 2020-08-17.02:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597632634.33.0.93200483748.issue41564@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-08-17 02:50:34anacrolixsetrecipients: + anacrolix
2020-08-17 02:50:34anacrolixsetmessageid: <1597632634.33.0.93200483748.issue41564@roundup.psfhosted.org>
2020-08-17 02:50:33anacrolixlinkissue41564 messages
2020-08-17 02:50:32anacrolixcreate