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 graingert
Recipients graingert
Date 2022-03-15.13:29:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647350949.19.0.783799424166.issue47026@roundup.psfhosted.org>
In-reply-to
Content
importing from a bytes zipimport path on sys.path results in a BytesWarning: Comparison between bytes and string

running the reproducer with `python -b` shows:
python -b zipfile_demo.py 
<frozen importlib._bootstrap_external>:1345: BytesWarning: Comparison between bytes and string

see also https://bugs.python.org/issue47025
History
Date User Action Args
2022-03-15 13:29:09graingertsetrecipients: + graingert
2022-03-15 13:29:09graingertsetmessageid: <1647350949.19.0.783799424166.issue47026@roundup.psfhosted.org>
2022-03-15 13:29:09graingertlinkissue47026 messages
2022-03-15 13:29:09graingertcreate