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 Jeffrey.Kintscher, anacrolix, eric.smith
Date 2020-08-24.01:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598232207.7.0.703068621253.issue41564@roundup.psfhosted.org>
In-reply-to
Content
$ pyright hex.py 
stubPath /Users/anacrolix/src/dht-scraper/typings is not a valid directory.
Assuming Python platform Darwin
Searching for source files
Found 1 source file
/Users/anacrolix/src/dht-scraper/hex.py
  3:9 - error: Cannot access member "hex" for type "ByteString"
  Member "hex" is unknown (reportGeneralTypeIssues)
1 error, 0 warnings 
Completed in 0.562sec
anacrolix@anacrolix-mbp-2018:~/src/dht-scraper$ mypy hex.py 
hex.py:3: error: "ByteString" has no attribute "hex"
Found 1 error in 1 file (checked 1 source file)
anacrolix@anacrolix-mbp-2018:~/src/dht-scraper$ python3 hex.py 
deadbeef
History
Date User Action Args
2020-08-24 01:23:27anacrolixsetrecipients: + anacrolix, eric.smith, Jeffrey.Kintscher
2020-08-24 01:23:27anacrolixsetmessageid: <1598232207.7.0.703068621253.issue41564@roundup.psfhosted.org>
2020-08-24 01:23:27anacrolixlinkissue41564 messages
2020-08-24 01:23:27anacrolixcreate